mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Doc fix
This commit is contained in:
parent
f03f6c4386
commit
64c567474a
@ -35,7 +35,7 @@ To configure Inventree inside a virtual environment, ``cd`` into the inventree b
|
|||||||
|
|
||||||
``source inventree-env/bin/activate``
|
``source inventree-env/bin/activate``
|
||||||
|
|
||||||
This will place the current shell session inside a virtual environment - the terminal should display the ``(inventree)`` prefix.
|
This will place the current shell session inside a virtual environment - the terminal should display the ``(inventree-env)`` prefix.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Remember to run ``source inventree-env/bin/activate`` when starting each shell session, before running Inventree commands. This will ensure that the correct environment is being used.
|
Remember to run ``source inventree-env/bin/activate`` when starting each shell session, before running Inventree commands. This will ensure that the correct environment is being used.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Django==2.2.10 # Django package
|
Django==2.2.9 # Django package
|
||||||
pillow==6.2.0 # Image manipulation
|
pillow==6.2.0 # Image manipulation
|
||||||
djangorestframework==3.10.3 # DRF framework
|
djangorestframework==3.10.3 # DRF framework
|
||||||
django-cors-headers==3.2.0 # CORS headers extension for DRF
|
django-cors-headers==3.2.0 # CORS headers extension for DRF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user