A repository to analyse data
I recommend using a conda environment:
conda create -n shelllock
Then:
conda activate shelllock
You can install shelllock
via pip:
You first need to install pip via:
conda install pip
Then you can install the package by being in the shelllock folder:
pip install -e .
Note that the -e is to keep updated with pushes on the code to avoid having to reinstall the package
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
Distributed under the terms of the MIT license, "shelllock" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.
This library was generated using Cookiecutter and a custom made template based on @napari's cookiecutter-napari-plugin template.