You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
static/styles | 4 months ago | |
templates | 4 months ago | |
testfiles | 4 months ago | |
tests | 4 months ago | |
.gitignore | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
Strain_062521_headers.csv | 4 months ago | |
app.py | 4 months ago | |
check.py | 4 months ago | |
checkfailure.py | 5 months ago | |
conftest.py | 5 months ago | |
manifest.scm | 4 months ago | |
requirements.txt | 5 months ago | |
utf8lineseparator.py | 4 months ago | |
util.py | 4 months ago |
README.md
GNQC
Setting up a development environment
Using guix
To enter a development environment run the following:
guix shell
flask run
Using pip
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
flask run
Running Tests
pytest