Skip to content

Commit 14ff3a9

Browse files
authored
Update README.md
1 parent e53d1c6 commit 14ff3a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
# General Setup
1212
It's recommended that you use a virtual environment to run each group of scripts. Each folder has its own requirements.txt file. the process for setting up your environment look like
1313

14-
- *Move to the topic folder*
14+
- Move to the topic folder*
1515
- `cd <topic_folder>`
16-
- *Create a virtual environment*
16+
- Create a virtual environment
1717
- On Mac: `python3 -m venv .venv`
1818
- On Windows: `python -m venv .venv`
19-
- *Activate the virtual environment
19+
- Activate the virtual environment
2020
- On Mac: `source .venv/bin/activate`
2121
- On Windows: `.venv\Scripts\activate`
22-
- *Install dependencies*
22+
- Install dependencies
2323
- On Mac: `pip3 install -r requirements.txt`
24-
- On Windoes: `pip install -r requirements.txt`
25-
- *Call a specific script*
24+
- On Windows: `pip install -r requirements.txt`
25+
- Call a specific script
2626
- On Mac: `python3 <script_name>.py`
2727
- On Windows: `python <script_name>.py`
28-
- *Deactivate virtual environment*
28+
- Deactivate virtual environment
2929
- `deactivate`
3030

3131
See this video for additional commentary on [Python Dev Environment Setup](https://www.youtube.com/watch?v=tk5WHjVuC4Q)
@@ -150,4 +150,4 @@ Here's what you can find here:
150150
Licensed under
151151

152152
- MIT license
153-
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
153+
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)