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
LMS
FishUI
Commits
e1a6c206
Commit
e1a6c206
authored
Nov 27, 2020
by
Andy Regensky
Browse files
Update README.md
parent
dd0fcac6
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
e1a6c206
...
...
@@ -11,6 +11,7 @@ Download or clone this repository and enter the main folder. Python 3 is require
run the application. Furthermore, the following dependencies need to be
installed:
*
numpy
*
scipy
*
imageio
*
pyside2
...
...
@@ -18,7 +19,7 @@ It is recommended to install the dependencies in a dedicated python environment.
the anaconda/miniconda package manager, a new environment named
`FishUI`
with all
dependencies pre-installed can be created by executing
```
sh
$
conda create
-n
FishUI numpy imageio pyside2
$
conda create
-n
FishUI numpy
scipy
imageio pyside2
```
The FishUI application can then be started by activating the environment
and running the fishui module.
...
...
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