Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 859 Bytes

INSTALL.md

File metadata and controls

23 lines (13 loc) · 859 Bytes

##To get started

###Cloning

First of all, you need to clone the repository somewhere on your environment. You can clone it directly from Github or by the following command : git clone https://github.com/MetaClub/api-metaclub.git.

###Python

If Python is already installed, skip to the next step. To install Python on your environment, please visit this site to download it. Remember, the version supported by this application is 3.5. We suggest that you add python to your PATH variable.

###Requirements

To install all the Python requirements to this project, run the following command : pip install -r requirements.txt.

###Server

At this point, you have all the requirements to run the server. To do so, execute the following command :

python ./src/manage.py runserver

Note that the upper command was run from the root directory.