Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross committed Oct 16, 2023
1 parent a0a03ef commit a1b31df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python -m venv .venv
.venv\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pre-commit install
```
## linux
make sure to have pip
Expand All @@ -25,6 +26,7 @@ python3 -m venv .venv
source .venv\Scripts\activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
pre-commit install
```
# for admin purposes saving & upgrading
when you added some dependancies update the requirements
Expand Down

0 comments on commit a1b31df

Please sign in to comment.