Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Nov 26, 2024
1 parent 1be71d9 commit 5554a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ project:
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 setup.py install
python3 setup.py install (alternatively use: `python -m pip install .` on systems deprecating setuptools)
```

# Prerequisites
Expand Down

0 comments on commit 5554a6d

Please sign in to comment.