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
Jonathan Juhl
SortEM
Commits
8ae38493
Commit
8ae38493
authored
Feb 01, 2021
by
Jonathan Juhl
Browse files
Update README.md
parent
1c49754d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8ae38493
...
...
@@ -8,13 +8,20 @@ The following steps for installing sortem can be done through conda or pip. The
**3) now install the gui**
pip install tensorflow-addons==0.11.2 appjar
**4)
download the repository**
: git clone https://gitlab.au.dk/au482896/sortem.git
**4)
go into anaconda environmental directory**
: cd ${CONDA_PREFIX}
**
4
)
go into directory**
: cd
sortem
**
5
)
download the repository**
: git clone https://gitlab.au.dk/au482896/
sortem
**5) install the requirements**
: conda install --file requirements.txt
**5) Add sortem executable to conda-envs PATH**
: ln -s ../sortem/sortem bin/.
**6) Create a file called sortem**
: touch sortem
**7) write this into sortem file**
:
#!/bin/bash
PYTHONPATH=${CONDA_PREFIX}/sortem:$PYTHONPATH
python3 ${CONDA_PREFIX}/sortem/main_sortem.py $@
**8) make the sortem file executable**
: chmod 755 sortem
**6) install the GUI**
: pip install appjar
...
...
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