This will download the source code (i.e. clone the git repository) into a subdirectory of the `./src` argument and link the files into your environment instead of copying them. If you are on windows you can use [SourceTree](https://www.sourcetreeapp.com/) which is a nice GUI for git.
This will download the source code (i.e. clone the git repository) into a subdirectory of the `./src` argument and link the files into your environment instead of copying them. If you are on windows you can use [SourceTree](https://www.sourcetreeapp.com/) which is a nice GUI for git. Note that this will not install the `complete` extras and will also not work with `uv`.
You can specify the source code directory with the `--src` argument (which needs to be BEFORE `-e`):
If you have already downloaded/cloned the package yourself you can use `python -m pip install -e .[complete]`.
...
...
@@ -29,7 +29,7 @@ Please file an issue if any of these instructions does not work.
## Tests
Except for the `plotting.live_view` module, there is no plan for writing extensive tests for the code in this package but please try to write proper docstrings for
your functions and include examples in them which can be checked via [`doctest`](https://docs.python.org/3/library/doctest.html).