Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
skais
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Raphael Sturgis
skais
Commits
041a6ff6
Commit
041a6ff6
authored
3 years ago
by
Raphael Sturgis
Browse files
Options
Downloads
Plain Diff
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
!15
Resolve "normalisation should raise exception when bad arguments given"
,
!2
update doc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+29
-1
29 additions, 1 deletion
README.rst
with
29 additions
and
1 deletion
README.rst
+
29
−
1
View file @
041a6ff6
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment