Skip to content

Commit 2048d89

Browse files
authored
Merge branch 'main' into neo4j
2 parents 8b58169 + 0a375e6 commit 2048d89

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`
2424
- On Windows: `pip install -r requirements.txt`
25-
- *Call a specific script*
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)
@@ -92,7 +92,7 @@ Here's what you can find here:
9292
- Clients
9393
- [Tic-tac-toe client](/games/game_clients/tic_tac_toe_client.py) Play tic-tac-toe using a simple command line client
9494
- Other
95-
- [Runiks Cube Simulator](/games/rubiks_cube/rubiks-cube-2x2.py) Simulate moves on a 2x2 Rubik's cube
95+
- [Rubiks Cube Simulator](/games/rubiks_cube/rubiks-cube-2x2.py) Simulate moves on a 2x2 Rubik's cube
9696

9797
## [Interview Questions](/interview_questions/)
9898
- [Fizz buzz](/interview_questions/fizz_buzz.py) A test that makes sure you can apply simple rules and cover all cases
@@ -154,4 +154,4 @@ Here's what you can find here:
154154
Licensed under
155155

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

0 commit comments

Comments
 (0)