The Mito installer is a separate Python package responsible for installing the mitosheet
package from PyPi.
On Mac:
python3 -m venv venv;
source venv/bin/activate;
pip install -r requirements.txt;
python -m mitoinstaller install
On Windows in command prompt:
python3 -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
python -m mitoinstaller install
pytest
-
Bump the version number in init.py
-
In the installer folder, run the command:
python setup.py sdist upload