SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit a61f57e4 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Update readme

parent e5b4aaf0
No related branches found
No related tags found
Loading
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
The complete scientific publication portal The complete scientific publication portal
## Dependencies ## Dependencies
SciPost is written in Python 3.5 using Django and requires PostgreSQL 9.3 or SciPost is written in Python 3.5 using Django and requires PostgreSQL 9.4 or
higher. Python dependencies are listed in `requirements.txt`. Frontend dependencies are managed by [NPM](https://www.npmjs.com/) in package.json. higher. Python dependencies are listed in `requirements.txt`. Frontend dependencies are managed by [NPM](https://www.npmjs.com/) in package.json.
## Getting started ## Getting started
...@@ -29,7 +29,7 @@ Now install dependencies: ...@@ -29,7 +29,7 @@ Now install dependencies:
``` ```
### Frontend dependencies ### Frontend dependencies
[NPM](https://www.npmjs.com/) will take care of frontend dependencies. To install all packages now run: [NPM](https://www.npmjs.com/) (version 4.0 or higher; tested on v4.1.2) will take care of frontend dependencies. To install all packages now run:
```shell ```shell
(scipostenv) $ npm install (scipostenv) $ npm install
......
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