Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TopFarm2
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
Container Registry
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
TOPFARM
TopFarm2
Commits
9de5deaf
Commit
9de5deaf
authored
6 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
pip install + requirements
parent
ec8729f8
Branches
degradation-to-p2x-assembly
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!7
Pip install
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+14
-1
14 additions, 1 deletion
README.md
setup.py
+7
-1
7 additions, 1 deletion
setup.py
with
21 additions
and
2 deletions
README.md
+
14
−
1
View file @
9de5deaf
[

](https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2/commits/master)
[

](https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2/commits/master)
[

](https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2/commits/master)
[

](https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2/commits/master)
\ No newline at end of file
Install windows
---------------
conda create -n pyTopfarm python=3.6
activate pyTopfarm
git clone
cd Topfarm2
pip install -e .
cd tests
python -m pytest
This diff is collapsed.
Click to expand it.
setup.py
+
7
−
1
View file @
9de5deaf
...
@@ -7,7 +7,7 @@ Setup file for Topfarm2
...
@@ -7,7 +7,7 @@ Setup file for Topfarm2
from
setuptools
import
setup
from
setuptools
import
setup
setup
(
name
=
'
topfarm
'
,
setup
(
name
=
'
topfarm
'
,
version
=
'
1
.0
'
,
version
=
'
2
.0
'
,
description
=
'
Topfarm - Wind farm optimization using OpenMDAO
'
,
description
=
'
Topfarm - Wind farm optimization using OpenMDAO
'
,
url
=
'
https://gitlab.windenergy.dtu.dk/TOPFARM/topfarm2
'
,
url
=
'
https://gitlab.windenergy.dtu.dk/TOPFARM/topfarm2
'
,
author
=
'
MMPE, PIRE, MIKF, RINK
'
,
author
=
'
MMPE, PIRE, MIKF, RINK
'
,
...
@@ -15,6 +15,12 @@ setup(name='topfarm',
...
@@ -15,6 +15,12 @@ setup(name='topfarm',
license
=
'
GNU GPL
'
,
license
=
'
GNU GPL
'
,
packages
=
[
'
topfarm
'
packages
=
[
'
topfarm
'
],
],
install_requires
=
[
'
openmdao
'
,
'
pytest
'
,
'
pytest-cov
'
,
'
matplotlib
'
],
# files= ['plotting.py',
# files= ['plotting.py',
# 'topfarm.py',
# 'topfarm.py',
# ],
# ],
...
...
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