You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/start-here/database-setup.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,5 +61,5 @@ Make sure you follow the [Initial setup](/OBC-firmware/start-here/initial-setup)
61
61
62
62
6. Edit the new .env file to add your login details in the quotes. In Linux/WSL, you can use `vim` or `nano`.
63
63
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.
0 commit comments