Update install instructions

This commit is contained in:
Antonio J. Delgado 2024-11-12 10:40:12 +02:00
parent 3be947e283
commit d50a29b21c

View file

@ -7,13 +7,15 @@
### Linux ### Linux
```bash ```bash
sudo python3 setup.py install pip install .
``` ```
### Windows (from PowerShell) ### Windows (from PowerShell)
Ensure you have "C:\Users\${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts\" in your Path environment variable.
```powershell ```powershell
& $(where.exe python).split()[0] setup.py install & $(where.exe pip).split()[0] install .
``` ```
## Usage ## Usage