pyiron / FAQs

General question board for pyiron users
3 stars 0 forks source link

Explain how to install pyiron from git #31

Open jan-janssen opened 6 months ago

jan-janssen commented 6 months ago

In combination with installation via conda:

git clone https://github.com/pyiron/pyiron_base.git
conda env --name pyiron_base -f .ci_support/environment.yml
pip install .

Alternatively, for pip:

pip install https://github.com/pyiron/pyiron_base.git@branch