diff --git a/README.md b/README.md index a02d52f41..ab9f0cfab 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/bundling_requirements.txt b/bundling_requirements.txt deleted file mode 100644 index 0460ae7cb..000000000 --- a/bundling_requirements.txt +++ /dev/null @@ -1,20 +0,0 @@ -Flask==1.1.2 -flask-sqlalchemy -numpy -orjson -pandas -pillow==8.0.0 -requests -scikit-learn -scikit-image -scipy -tifffile==2020.10.1 -waitress -zarr -pyinstaller -xmlschema -ome-types==0.2.0 -matplotlib -tornado - -