Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 501 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 501 Bytes

pyreconstruct-download

Tiny Flask app for downloading a subvolume for annotation in PyReconstruct, deployed with Zappa

https://pyreconstruct-download.labs.bossdb.org/

Dependency: Python 3.10

To install locally:

git clone https://github.com/aplbrain/pyreconstruct-download.git
cd pyreconstruct-download
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To run locally:

source venv/bin/activate
flask run --debug

To deploy changes:

zappa update