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
genotoul-bioinfo
D-GENIES
Commits
7fb0cf8a
Commit
7fb0cf8a
authored
Feb 08, 2018
by
Floreal Cabanettes
Browse files
Fix in install pip -> pip3
parent
b356c8c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/INSTALL.md
View file @
7fb0cf8a
...
...
@@ -8,25 +8,25 @@ Linux
Install in 1 step (as root):
pip install dgenies
pip
3
install dgenies
Alternatively, you can install it manually:
git clone https://forgemia.inra.fr/genotoul-bioinfo/dgenies.git
cd dgenies
pip install -r requirements.txt
pip
3
install -r requirements.txt
python3 setup.py install
### Upgrade
#### Standalone mode
pip install dgenies --upgrade
pip
3
install dgenies --upgrade
#### Webserver mode
dgenies clear -c
pip install dgenies --upgrade
pip
3
install dgenies --upgrade
Then, you need to restart your webserver.
...
...
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