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
SOaAS
dbxref
Commits
6c023713
Commit
6c023713
authored
Jan 22, 2018
by
Lukas Jelonek
Browse files
Add documentation about testing and documentation building to readme
parent
e5f81e4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6c023713
...
...
@@ -30,8 +30,15 @@ git clone git@git.computational.bio.uni-giessen.de:SOaAS/dbxref.git
Setup a virtualenv for development and install it in editable mode:
~~~~
# install in development environment
virtualenv --python=python3 venv; source venv/bin/activate;
pip install -e .
# run tests
python3 setup.py test
# compile documentation
python3 setup.py build_sphinx
~~~~
Use the application:
...
...
Write
Preview
Markdown
is supported
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