Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
Revue de Press
Commits
fa9e26e4
Commit
fa9e26e4
authored
Sep 02, 2021
by
cynddl
Browse files
Update README with instructions
parent
a6e7d3e8
Pipeline
#2795
failed with stages
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
fa9e26e4
...
...
@@ -4,9 +4,12 @@ This project uses Django 1.11 and python >= 3.5
## Requirements
To run the project, start a virtual environment and install
requirements.txt requirements-dev.txt contains additional dependencies
for development
To run the project, start a virtual environment:
$ virtualenv -p python3 env
$ source ./env/bin/activate
and install all required Python dependencies for development and build:
$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
...
...
@@ -17,7 +20,7 @@ webpack (to compile local assets)
$ npm install -g yarn webpack
$ yarn install
$ webpack
$
yarn run
webpack
In case you want to use the fixtures, you will need to install (git-lfs)[https://git-lfs.github.com/].
...
...
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