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
Model registry
Operate
Environments
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
Christian Pavese
WindEnergyToolbox
Commits
2705feb7
Commit
2705feb7
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
updated dependencies in installation instructions
parent
d85f1b10
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/install-anaconda.md
+2
-2
2 additions, 2 deletions
docs/install-anaconda.md
docs/install-manual-detailed.md
+2
-2
2 additions, 2 deletions
docs/install-manual-detailed.md
with
4 additions
and
4 deletions
docs/install-anaconda.md
+
2
−
2
View file @
2705feb7
...
...
@@ -8,8 +8,8 @@
conda update --all
conda create -n wetb_py3 python=3.5
source activate wetb_py3
conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install setuptools_scm future h5py pytables pytest nose sphinx
blosc
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
pip install pyscaffold pytest-cov
pip install pyscaffold pytest-cov
--no-deps
```
This diff is collapsed.
Click to expand it.
docs/install-manual-detailed.md
+
2
−
2
View file @
2705feb7
...
...
@@ -165,7 +165,7 @@ activate py27
*
Install the necessary Python dependencies using the conda package manager:
```
conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install setuptools_scm future h5py pytables pytest nose sphinx
blosc
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
```
...
...
@@ -173,7 +173,7 @@ conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
easily installed with pip:
```
pip install pyscaffold pytest-cov
pip install pyscaffold pytest-cov
--no-deps
```
...
...
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