Skip to content

Commit

Permalink
Remove note on venv
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyadam committed Feb 13, 2025
1 parent 011925a commit 4a06913
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ You can run a few tests to ensure everything is working as it should.
1. In Visual Studio Code, Navigate to the `Testing` tab on the left and click `Run Tests` (Double Play Icon). This should run all Python Unit Tests. You can also run `Run Tests With Coverage` to get the code coverage results.
2. In a new terminal window you can run `python3 -m build` to build and package up the python code.

> Note: When you open a new terminal window the virtual environment should be activated, if it's not then you'll have to active it `. ./.venv/bin/activate`.
## Examples

Below are a number of examples on how to use the library. These examples use the above directory and virtual environment.
Expand Down

0 comments on commit 4a06913

Please sign in to comment.