We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae4c0b commit fb0a89bCopy full SHA for fb0a89b
README.md
@@ -1,3 +1,12 @@
1
# Python Reference Project
2
3
This project serves as a starter template for building python based projects.
4
+
5
+## Setup
6
7
+### Activate the virtual environment:
8
9
+Activating the environment ensures that any packages you install will be added only to this project.
10
11
+- On macOS/Linux: `source venv/bin/activate`
12
+- On Windows: `venv\Scripts\activate`
0 commit comments