Fix readability

This commit is contained in:
Adam 2024-07-01 17:51:24 +02:00
parent 8fe2ccd923
commit 56fd75f975

View File

@ -46,7 +46,9 @@ Follow the instructions below to run stocknear locally on your machine.
1. **Set up virtual env:**
`python -m venv env`
`source env/bin/activate` # On macOS/Linux
`.\env\Scripts\activate` # On Windows
2. **Install dependencies:**