We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824e939 commit 427790cCopy full SHA for 427790c
Makefile
@@ -3,8 +3,7 @@
3
# Start from clean env: Delete `.venv`, then `python3 -m venv .venv`
4
# Pre-requisite: Python virtual environment is active (source .venv/bin/activate)
5
build-python: release
6
- python3 -m venv .venv
7
- source .venv/bin/activate
8
- python3 -m pip install -r requirements.txt
9
- python3 -m pip install -r requirements-dev.txt
10
- maturin develop
+ python3 -m venv .venv
+ source .venv/bin/activate
+ python3 -m pip install -r requirements.txt
+ maturin develop
0 commit comments