The installer for the labscript suite. This repository is used used to build zip files containing an install script and all the labscript suite python packages.
BSD 2-Clause "Simplified" License
0
stars
0
forks
source link
Provide example command for pip or conda install. #3
Provide an example command to install missing dependencies via conda or pip. Provide instructions to the user that if they are in a conda environment, that pip may refer to the system wide pip, and they should be sure to conda install pip before pip installing anything
Original report (archived issue) by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).
Provide an example command to install missing dependencies via conda or pip. Provide instructions to the user that if they are in a conda environment, that
pip
may refer to the system wide pip, and they should be sure toconda install pip
beforepip install
ing anything