-
Notifications
You must be signed in to change notification settings - Fork 7
Setup
Philipp Niedermayer edited this page Aug 19, 2024
·
7 revisions
Prerequisites: Up-to-date python installation with pip
Clone the repository
git clone [email protected]:xsuite/xplt.git
cd xpltSetting up a virtual environment and install additional dependencies for development
pip install pipenv
pipenv install -e .
pipenv install -r examples/requirements.txt
pipenv install -r tests/requirements.txt
pipenv install -r docs/requirements.txt
pipenv install pre-commit
pre-commit install
git config core.autocrlf inputLaunch a Jupyter session for testing and debugging of the example notebooks
pipenv run jupyter lab- The main development is done on the
mainbranch - Bugfixes for previous versions are done on separate
fix-v0.0branches