Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Grib Processor
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Max Drexler
Grib Processor
Commits
1aed4e7c
Commit
1aed4e7c
authored
10 months ago
by
Max Drexler
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
d1f33362
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-2
8 additions, 2 deletions
README.md
with
8 additions
and
2 deletions
README.md
+
8
−
2
View file @
1aed4e7c
...
@@ -34,10 +34,10 @@ There are a couple of ways to get your environment working based on your environ
...
@@ -34,10 +34,10 @@ There are a couple of ways to get your environment working based on your environ
### Anaconda
### Anaconda
Create the environment/install
the
requirements.
Create the environment/install
lib
requirements.
```
bash
```
bash
conda create
-n
{
env_name
}
python
={
py_version
}
--file
requirements.txt
-c
conda-forge
conda create
-n
{
env_name
}
python
={
py_version
}
nceplibs-g2c
-c
conda-forge
```
```
Replaec {env_name} with the name of your environment, and {py_version} with a version larger than 3.8.
Replaec {env_name} with the name of your environment, and {py_version} with a version larger than 3.8.
...
@@ -48,6 +48,12 @@ Activate environment.
...
@@ -48,6 +48,12 @@ Activate environment.
conda activate
{
env_name
}
conda activate
{
env_name
}
```
```
Install script requirements.
```
bash
pip
install
-r
requirements.txt
```
### Virtualenv
### Virtualenv
Check the system python version.
Check the system python version.
...
...
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