Installing Mito
How to install the mitosheet package for Jupyter.
- 1.Check that you have Python 3.6 or above by opening a terminal and running
python --version
- 2.
Installing Mito inside of your base environment can lead to package conflicts in some cases. Using a virtual environment prevents package conflicts. Follow these instructions if you want to use a virtual environment:
First open a terminal, command prompt, or Anaconda Prompt. Then, download the mitosheet package.
python -m pip install mitosheet
This will install Mito for JupyterLab >3.0. If you want to install Mito for classic Jupyter Notebooks, see here.
If you run into errors during installation, check our common installation errors to resolve these issues, or join or Discord.
Last modified 1mo ago