Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enstools-feature
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Christoph.Fischer
enstools-feature
Commits
bb16b1f4
Commit
bb16b1f4
authored
3 years ago
by
Christoph.Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Delete conda_instructions.txt
parent
f28a96e7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda_instructions.txt
+0
-29
0 additions, 29 deletions
conda_instructions.txt
with
0 additions
and
29 deletions
conda_instructions.txt
deleted
100644 → 0
+
0
−
29
View file @
f28a96e7
# in enstools-package folder
conda create --name enstools-feature python=3.7
activate the environment
conda activate enstools-feature
# needed for cdo over conda
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install cdo
# install requirements listed in venv_setup.sh
pip install --upgrade pip
pip install ipykernel numpy wheel
# but maybe use the open source version of enstools
pip install -e git+https://github.com/wavestoweather/enstools.git@main#egg=enstools"
# install requirements for enstools-feature
conda install --file requirements.txt
# also for PV stuff: custom scikit-fmm:
cd enstools/feature/identification/pv_streamer/scikit-fmm-custom
python setup.py install
# cdo wrapper (pip only)
pip install cdo
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