Skip to content

biobankinguk/prototype-publications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After cloning this repository, ensure that you have a Python3 installation, and then run the following:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .

On windows: First make sure python 3 is installed and in your path

python -m venv venv
cd <wherever your virtual environment is>
Scripts\activate.bat
pip install -r requirements.txt
pip install -e .

The main function can then be run with

python manage.py runserver

To run the test suite using pytest

python manage.py test

To verify code style using pylint

pylint --load-plugins pylint_django europepmc

To contribute to this repository, please refer to CONTRIBUTING.md.

2020-03-13

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published