Skip to content

Commit 803191d

Browse files
committed
Add python venv requirement to run the backend
1 parent b6a4136 commit 803191d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/start-here/database-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ Make sure you follow the [Initial setup](/OBC-firmware/start-here/initial-setup)
6161

6262
6. Edit the new .env file to add your login details in the quotes. In Linux/WSL, you can use `vim` or `nano`.
6363

64-
7. Start the backend in development mode by running `fastapi dev gs/backend/main.py` from the root directory. This will also initialize the database.
64+
7. Ensure that your Python virtual environment is activated. If not, follow [Initial setup](/OBC-firmware/start-here/initial-setup). Start the backend in development mode by running `fastapi dev gs/backend/main.py` from the root directory. This will also initialize the database.
6565
</Steps>

0 commit comments

Comments
 (0)