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
7b8a08c5
There was a problem fetching the pipeline summary.
Commit
7b8a08c5
authored
9 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
small updated install manual
parent
f1e10040
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install-manual-detailed.md
+5
-2
5 additions, 2 deletions
docs/install-manual-detailed.md
with
5 additions
and
2 deletions
docs/install-manual-detailed.md
+
5
−
2
View file @
7b8a08c5
...
@@ -19,7 +19,7 @@ Installation instructions follow in alphabetical orderby platorm.
...
@@ -19,7 +19,7 @@ Installation instructions follow in alphabetical orderby platorm.
## Linux
## Linux
*
Use either your system package manager, pip + virtualenv, or Anaconda to
*
Use either your system package manager, pip + virtualenv, or Anaconda to
install the following dependencies:
install the following
python
dependencies:
> numpy, cython, scipy, pandas, matplotlib, pyscaffold, future, nose, sphinx,
> numpy, cython, scipy, pandas, matplotlib, pyscaffold, future, nose, sphinx,
> xlrd, pytables, h5py, pytest, pytest-cov, setuptools_scm, setuptools
> xlrd, pytables, h5py, pytest, pytest-cov, setuptools_scm, setuptools
...
@@ -163,9 +163,12 @@ pip install pyscaffold pytest pytest-cov
...
@@ -163,9 +163,12 @@ pip install pyscaffold pytest pytest-cov
```
```
git clone https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox.git
git clone https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox.git
cd WindEnergyToolbox
cd WindEnergyToolbox
p
ython setup.py
install
p
ip
install
-e .
```
```
Note that
```pip install -e .```
will install
```wetb```
in the source directory.
This works best if you are also developing and regularly updating this package.
You can run the tests cases from the source root directory:
You can run the tests cases from the source root directory:
```
```
...
...
This diff is collapsed.
Click to expand it.
David Verelst
@dave
mentioned in issue
#3 (closed)
·
9 years ago
mentioned in issue
#3 (closed)
mentioned in issue #3
Toggle commit list
David Verelst
@dave
mentioned in issue
#1 (closed)
·
9 years ago
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
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