Skip to content
Snippets Groups Projects
Commit 041a6ff6 authored by Raphael Sturgis's avatar Raphael Sturgis
Browse files

Merge branch 'develop' into 'main'

update doc

See merge request !2
parents a65fed84 b94d5ab2
No related branches found
No related tags found
2 merge requests!15Resolve "normalisation should raise exception when bad arguments given",!2update doc
# skais
skais
=====
``skais`` is a Python package for Raphael Sturgis' PhD at LIS and Searoutes.
Install
-------------
To install the package for development with ``pip``, run from the top-level
source (i.e., this file's directory)::
pip install -e .
To run unitary tests, install required packages::
pip install -r requirements.txt
Dataset installation
--------------------
Download the data to your favorite directory.
Then run function ``skais.Utils.config.generate_config`` in order to
create a configuration file and modify it to specify the path to your data
folder. The location of the configuration file is given by function
``skais.Utils.config.get_config_file``.
Once the configuration is set, the path to the data folder is
returned by function ``skais.Utils.config.get_data_path``.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment