Update install instructions
This commit is contained in:
parent
18ac819707
commit
4333522051
1 changed files with 1 additions and 7 deletions
|
@ -14,13 +14,7 @@ See requirements.txt
|
||||||
Not necessary if you use the Bash script because it will create a virtual environment for it, and do the installation.
|
Not necessary if you use the Bash script because it will create a virtual environment for it, and do the installation.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo python3 setup.py install
|
pip install .
|
||||||
```
|
|
||||||
|
|
||||||
### Windows (from PowerShell untested)
|
|
||||||
|
|
||||||
```powershell
|
|
||||||
& $(where.exe python).split()[0] setup.py install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue