You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2021. It is now read-only.
Chris Kane edited this page Apr 14, 2021
·
10 revisions
The following steps are intended for Windows. The setup for Unix-based systems may be slightly different.
Prerequisites
Ensure that you have a version of Python 3 installed - preferably the latest version. Just make sure that your environment has at least a Python 3.5, as the latest versions of Django are not compatible with older versions of Python 3.
Ensure that you have a suitable IDE installed. The recommended IDE for this project is PyCharm Community.
Open a terminal prompt and navigate to the repository which you have cloned from the GitHub repository. Replace User with the username for your Windows account. Just make sure that you cd into the correct directory where the repository is. For example:
cd C:\Users\User\Documents\GitHub\rango
Using pip, install virtualenv which is a package for managing virtual environments in Python.
py -m pip install --user virtualenv. If on running this command successfully, you get a not on PATH warning, then add the directory shown to the PATH environment variable.