SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit b8a249c9 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct README

parent 188215ee
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,17 @@ SciPost is written in Python 3.5 using Django and requires a PostgreSQL database
Python dependencies are listed in `requirements.txt`.
## Getting started
### Python version
Make sure you're using Python 3.5. If you need to use multiple versions of Python, use [pyenv](https://github.com/yyuu/pyenv).
### Python dependencies
Setup a virtual environment using[(py)venv](https://docs.python.org/3/library/venv.html), and activate it:
```shell
$ pyvenv scipostenv
$ source scipostenv/bin/activate
```
```
Now install dependencies:
......@@ -85,4 +87,4 @@ You are now ready to run the development server:
```shell
(scipostenv) $ ./manage.py runserver
```
\ No newline at end of file
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment