Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
epythonlab committed Sep 17, 2024
1 parent cb6df43 commit 18249c9
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 @@ -47,6 +47,7 @@ The project structure is organized to support reproducible and scalable data pro
### Create virtual environment

>>> python3 -m venv venv # on MacOs or Linux
>>> source venv/bin/activate # On Windows: venv\Scripts\activate
### Install Dependencies
Expand All @@ -56,5 +57,6 @@ The project structure is organized to support reproducible and scalable data pro
## To run tests
navigate
>>> cd tests/
>>pytest # all tests will be tested

0 comments on commit 18249c9

Please sign in to comment.