Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Oceano2python
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
US191
Oceano2python
Commits
9f15bfc7
Unverified
Commit
9f15bfc7
authored
2 years ago
by
jacques.grelet_ird.fr
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
a245b0ac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-12
11 additions, 12 deletions
README.md
with
11 additions
and
12 deletions
README.md
+
11
−
12
View file @
9f15bfc7
...
...
@@ -17,18 +17,6 @@ You must install the following tools:
-
Git (
<https://git-scm.com/downloads>
)
-
miniconda3 (
<https://docs.conda.io/en/latest/miniconda.html>
)
-
chocolatey (
<https://chocolatey.org/install>
) and install GNU Make package (
<https://community.chocolatey.org/packages/make>
)
## Installation based on an YAML environment file
```
bash
conda
env
create
-f
environment.yml
-n
<new_env_name>
```
example:
```
bash
conda
env
create
-f
environment-windows.yml
-n
oceano2python
```
## Installation from scratch with conda
...
...
@@ -40,6 +28,17 @@ conda activate oceano2python
conda
install
-c
conda-forge netCDF4 toml matplotlib xarray seawater PyInstaller pysimplegui
pip
install
julian notanorm
```
## Installation based on an YAML environment file
```
bash
conda
env
create
-f
environment.yml
-n
<new_env_name>
```
example:
```
bash
conda
env
create
-f
environment-windows.yml
-n
oceano2python
```
## Export your environment
...
...
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