Skip to content
Snippets Groups Projects

Refactor packaging

Merged Cammille Carinan requested to merge refactor-packaging into master
1 unresolved thread
24 files
+ 161
173
Compare changes
  • Side-by-side
  • Inline
Files
24
+ 2
2
@@ -15,10 +15,10 @@ If the toolbox has been installed in your home directory previously, everything
.. code:: bash
pip install --user .
pip install --user ".[maxwell]"
Alternatively, use the -e flag for installation to install the package in development mode.
.. code:: bash
pip install --user -e .
pip install --user -e ".[maxwell]"
Loading