diff --git a/README.md b/README.md index 5bb48fe..e52b52a 100644 --- a/README.md +++ b/README.md @@ -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