Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegert authored Feb 1, 2021
1 parent 02fde5c commit 7d9f60f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,18 @@ It is built with a python [Flask](http://flask.pocoo.org/) backend and a [Node.j
* Access the tool via `http://localhost:8000/`


### Packaging (Bundling as Executable)

##### Windows

* Create alternative conda env without mkl: `conda create --name nomkl`.
* Active environment: `conda activate nomkl`.
* Run `pip install -r requirements.txt`.
* Run `package_win.bat`.

##### MacOS

* Create env: `conda env create -f requirements.yml`
* Active environment: `conda activate cycif_viewer`.
* Run `bash package_mac.sh`.

0 comments on commit 7d9f60f

Please sign in to comment.