Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-GUNE authored Mar 11, 2024
1 parent 1b5e00f commit eec699b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ To use the project you need to have Python version above or equal to 3.9.6 insta

1. Clone the project
`git clone <repository url>`
2. Open the cloned project folder in the terminal. Move to the `src` directory and create a virtual environment and install the required dependencies
`cd ./src
python -m venv .
2. Open the cloned project folder in the terminal. Create a virtual environment and install the required dependencies
`python -m venv .
pip install -r requirements.txt`
3. Run the main python file
`python functions.py`
Expand Down

0 comments on commit eec699b

Please sign in to comment.