Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To get started you need to make sure you have Google Chrome installed, or a simi
To install, you can either:
```
git clone https://github.com/RazorBest/erpeto && cd erpeto
python3 -m pip install -r requirements.txt
pip install -r requirements.txt
```
or:
```
Expand All @@ -39,7 +39,7 @@ pip install git+https://github.com/RazorBest/erpeto.git

To run from repository:
```
python3 main.py --help
python main.py --help
```
Or, if installed via pip, you can use the `erpeto` command:
```
Expand Down