mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Add in how to make virtual env
This commit is contained in:
parent
42cd5ff797
commit
56a5bded15
|
@ -11,6 +11,8 @@ The steps below will get you up and running with a local development environment
|
||||||
|
|
||||||
First make sure to create and activate a virtualenv_, then open a terminal at the project root and install the requirements for local development::
|
First make sure to create and activate a virtualenv_, then open a terminal at the project root and install the requirements for local development::
|
||||||
|
|
||||||
|
$ mkvirtualenv --python=/usr/bin/python3 {{cookiecutter.repo_name}}
|
||||||
|
|
||||||
$ pip install -r requirements/local.txt
|
$ pip install -r requirements/local.txt
|
||||||
|
|
||||||
.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/
|
.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user