Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 777 Bytes

INSTALL.md

File metadata and controls

29 lines (20 loc) · 777 Bytes

Install conda and the environment

Install conda

Prepare the environment

Download environment.yml file

Install the environment - from the command line

conda env create -f environment.yml

Install the environment - from Anaconda Navigator (Windows)

  • Open Anaconda Navigator
  • Go to Environments
  • Select Import
    • Name: pyvis
    • Specification File: Select the environment.yml file
    • This will take about 20 minutes.