Skip to content

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]'
Clone this wiki locally