Skip to content

Commit

Permalink
Updating readme and removing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Jun 2, 2021
1 parent 1114ad7 commit 8ebb7d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,4 @@ These are executables for Windows and MacOS that can be run locally without any

## Packaging/Bundling Code as Executable (for Developers)

##### Windows
* Add conda-forge to conda channels `conda config --add channels conda-forge`
* Create alternative conda env without mkl: `conda create --name [name] nomkl python=3.7`
* Active environment: `conda activate [name]`
* Run `pip install -r bundling_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`
Any tagged commit to a branch will trigger a build, where `tag == commit message`. This will appear under releases. Note building may take ~10 min.
20 changes: 0 additions & 20 deletions bundling_requirements.txt

This file was deleted.

0 comments on commit 8ebb7d8

Please sign in to comment.