mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-03 17:51:15 +01:00
Minor addition to documentation for developers
This commit is contained in:
parent
7e7a38cc3c
commit
6fc7a8dd54
@ -72,7 +72,7 @@ Developer Environment
|
|||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Follow these steps to set up your development environment to contribute to helpdesk:
|
Follow these steps to set up your development environment to contribute to helpdesk:
|
||||||
- check out the helpdesk app to you local file system::
|
- check out the helpdesk app to your local file system::
|
||||||
git clone https://github.com/django-helpdesk/django-helpdesk.git
|
git clone https://github.com/django-helpdesk/django-helpdesk.git
|
||||||
|
|
||||||
- install a virtual environment
|
- install a virtual environment
|
||||||
@ -82,6 +82,9 @@ Follow these steps to set up your development environment to contribute to helpd
|
|||||||
- install the requirements for development::
|
- install the requirements for development::
|
||||||
pip install -r requirements.txt -r requirements-dev.txt
|
pip install -r requirements.txt -r requirements-dev.txt
|
||||||
|
|
||||||
|
- install the requirements for testing as well::
|
||||||
|
pip install -r requirements.txt -r requirements-dev.txt -r requirements-testing.txt
|
||||||
|
|
||||||
To reactivate a VENV just run:
|
To reactivate a VENV just run:
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user