Setting Up a Virtual Environment
Installing Mito in a virtual environment reduces dependency issues and ensures that Mito will not impact any of your other Python projects.
Setting up a virtual environment is dependent on your Python installation method/package manager. Below are several of the most common methods.
Default Python Virtual Environments
Create a new environment:
Activate the environment:
On Windows in command prompt:
On Mac:
Anaconda Navigator
To install Mito within an Anaconda Navigator virtual environment:
Select
Environments
in the left navigationSelect the
Create
button to create a new environmentGive your new environment a descriptive name like
Mito
Make sure it is configured to use Python >3.8
Click
create
After the environment is created, switch to
Home
, and select theMito
environment you just created.Select the "▶" icon next to your new environment. Then select "Open terminal".
In the terminal, install the Mito Jupyter Lab extensions by running the command:
Use Mito
Click on the
Home
buttonFind the
Juptyer Lab
tile, make sure it is running JupyterLab ≥ 4.1 and pressLaunch
Then, follow these instructions to create a mitosheet and use AI.
Conda
Installing Mito in a Conda virtual environment
Create a new conda environment:
Activate your new environment:
Last updated