- Follow the conda installation guide for your operating system.
- Fow Windows choose Anaconda and not Miniconda
- Go to
environment.yml
- right click on the
Raw
button - Save File As...
conda env create -f environment.yml
- Open Anaconda Navigator
- Go to
Environments
- Select Import
- Name: pyvis
- Specification File: Select the
environment.yml
file - This will take about 20 minutes.