-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Chris Elenbaas edited this page Mar 25, 2024
·
1 revision
To perform an editable install, run the following command in the root directory of OpenSquirrel with the -e flag:
$ pip install -e .To install the developer specific dependencies, run the command:
$ pip install -e '.[dev]'