Skip to content

Commit fb0a89b

Browse files
committed
Setup Instructions
1 parent 1ae4c0b commit fb0a89b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Python Reference Project
22

33
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

Comments
 (0)