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
.. step:: Install the required dependencies listed in the ``requirements.txt`` file:
70
+
.. step:: Install the required dependencies listed in the ``requirements.txt`` file:
71
71
72
-
.. tip:: Use a Virtual environment
72
+
.. tip:: Use a Virtual environment
73
73
74
-
Installing your Python dependencies in a `virtualenv
75
-
<https://docs.python.org/3/tutorial/venv.html>`__ with allow for versions
76
-
of the libraries to be install for individual projects. Before running
77
-
pip, ensure your ``virtualenv`` is active.
74
+
Installing your Python dependencies in a `virtualenv <https://docs.python.org/3/tutorial/venv.html>`__ with allow for versions of the libraries to be install for individual projects. Before running pip, ensure your ``virtualenv`` is active.
78
75
79
-
.. code-block:: shell
76
+
.. code-block:: shell
80
77
81
-
cd mongodb-with-fastapi
82
-
pip install -r requirements.txt
78
+
cd mongodb-with-fastapi
79
+
pip install -r requirements.txt
83
80
84
-
It may take a few moments to download and install your dependencies.
81
+
It may take a few moments to download and install your dependencies.
85
82
86
-
.. step:: Create an environment variable for your MongoDB connection string:
83
+
.. step:: Create an environment variable for your MongoDB connection string:
87
84
88
85
.. code-block:: shell
89
86
@@ -95,7 +92,7 @@ Prerequisites
95
92
environment variable. You can use `direnv <https://direnv.net/>`__ to make
0 commit comments