Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
brdunn
IPAM
Commits
e482f76b
Commit
e482f76b
authored
Aug 25, 2019
by
brdunn
Browse files
Update README.md
parent
33916a85
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e482f76b
to install you need to setup a virtual enviroment using python3. We use virtualenv.
virtualenv -p python3.
then you need to activate the enviroment using the following command: source
<envname>
/bin/activate
`virtualenv -p python3`
then you need to activate the enviroment using the following command
`source <envname>/bin/activate`
now we need to install the required libraries from pip
pip install django djangorestframework django-cors-headers django_extensions psycopg2-binary
`pip install django djangorestframework django-cors-headers django_extensions psycopg2-binary
`
now your enviroment is setup to run and develope.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment