Download and Install
Complete the following steps to install Django MongoDB Backend and its dependencies in your development environment.
1
Install the dependencies
Before installing Django MongoDB Backend, ensure you have Python 3.10 or later installed in your development environment.
2
Create a virtual environment
Select the tab corresponding to your operating system and run the following commands to create and activate a virtual environment in which to install Django MongoDB Backend:
python -m venv venv source venv/bin/activate
python -m venv venv . venv\Scripts\activate
Tip
In the preceding commands, you might need to replace
python
with the command that points to your Python
3.10+ interpreter.
After you complete these steps, you have Django MongoDB Backend and its dependencies installed in your development environment.