Update install instructions

This commit is contained in:
Antonio J. Delgado 2024-11-12 10:39:46 +02:00
parent 18ac819707
commit 4333522051

View file

@ -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.
```bash
sudo python3 setup.py install
```
### Windows (from PowerShell untested)
```powershell
& $(where.exe python).split()[0] setup.py install
pip install .
```
## Usage