Installation¶
Installing from Python Package Index (PyPI):¶
PyEnvBuilder is part of the Python Package Index (PyPI), so you can install it directly from there:
pip install pyenvbuilder
Installing from VCS¶
Install PyEnvBuilder from VCS in “editable” mode:
pip install -e git+https://github.com/slaclab/pyenvbuilder.git
You can also download the PyEnvBuilder’s repository from GitHub and install it using pip:
git clone https://github.com/slaclab/pyenbuilder.git
After you download PyEnvBuilder, enter the directory you saved it in, and run:
pip install -e .