Skip to content

Commit

Permalink
Added pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nricciardi committed May 30, 2023
1 parent f45cc4a commit dc50d47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ To run this project are required the followings dependencies:
- [GitPython](https://pypi.org/project/GitPython/) (Python module to manage Git)
- [Chromium](https://www.chromium.org/) based software (as Google Chrome or Firefox)

Below are the commands to install the required dependencies:
```shell
# before you must install Python
pip install eel
pip install colorama
pip install GitPython

# then...
python main.py run
```

### Run

After dependencies installation, this app can be opened using `main.py`.
Expand Down

0 comments on commit dc50d47

Please sign in to comment.