Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
toolbox
WindEnergyToolbox
Commits
390ebc18
Commit
390ebc18
authored
3 years ago
by
Jenni Rinker
Browse files
Options
Downloads
Patches
Plain Diff
adding paragraph on dependency conflicts
parent
9287a11b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!173
adding paragraph on dependency conflicts
Pipeline
#21500
passed
3 years ago
Stage: test
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/installation.rst
+13
-8
13 additions, 8 deletions
docs/source/installation.rst
with
13 additions
and
8 deletions
docs/source/installation.rst
+
13
−
8
View file @
390ebc18
...
...
@@ -17,22 +17,27 @@ Normal user
--------------------------------
You must first have installed a C++ compiler before you can use these
commands.
commands.
See section above.
We recommend using the Anaconda Python distribution for easy
installation and maintenance of Python packages.
* Quick install::
* Install the most recent, stable version of the code::
pip install wetb
* Install a specific version on PyPI::
pip install wetb==0.0.21
* Update an installation to the most recent version::
pip install --upgrade wetb
* Install a specific version on PyPI::
pip install wetb==0.0.21
**NOTE**. Dependency conflicts can arise if you do not install
``wetb`` into a clean environment. In particular, your installation
might break if ``wetb`` is installed using ``pip``, and then later
packages are installed using ``conda``. (See more details at
`this article <https://www.anaconda.com/blog/using-pip-in-a-conda-environment>`_.
We therefore recommend that you install ``wetb`` in a clean
environment.
Advanced user
...
...
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