Skip to content

Commit

Permalink
Added import commands in ReadMe file, necessary for project installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-JoyA committed Oct 7, 2024
1 parent 1241ab6 commit e87dbd9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,17 @@ To install these, execute the following commands:
1. Clone this repository.
2. Open your command line interface change directories to the repository root
directory.
3. Create a Python virtual environment and install the requirements for this
project:
3. Create a Python virtual environment
- check your python version
```
python --version
```
- if it is python 3.11, go to step 4
- if not run this command to create a python virtual environment . Change 3.12 with your python version
```
pipenv --python 3.12
```
4. install the requirements for this project:
```
pipenv install --dev
```
Expand Down

0 comments on commit e87dbd9

Please sign in to comment.