mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +03:00
Add in how to make virtual env
This commit is contained in:
parent
42cd5ff797
commit
56a5bded15
|
@ -10,6 +10,8 @@ The steps below will get you up and running with a local development environment
|
||||||
* PostgreSQL
|
* PostgreSQL
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user