Description:
The current README does not include detailed setup instructions for macOS/Linux systems to run the virtual environment and set up the backend locally. This is important for users who are setting up the project on these operating systems.
Suggested Updates:
-
Add Instructions for Creating and Activating a Virtual Environment:
- Instructions for creating a Python virtual environment on macOS/Linux.
- Instructions for activating the virtual environment in the terminal.
-
Add System-Specific Commands:
- Include specific commands for macOS and Linux for installing dependencies and activating the virtual environment.
- Mention how to use
python3 and pip3 on macOS/Linux.