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
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
wtlib
WindEnergyToolbox
Commits
08dd2952
Commit
08dd2952
authored
8 years ago
by
davidovitch
Browse files
Options
Downloads
Patches
Plain Diff
docs: more (py)pandoc related dependency fixes in the dev-guide,
conda-forge channel doesn't need to be defined with full URL
parent
5fc7d547
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/developer-guide.md
+6
-3
6 additions, 3 deletions
docs/developer-guide.md
docs/install.md
+1
-1
1 addition, 1 deletion
docs/install.md
with
7 additions
and
4 deletions
docs/developer-guide.md
+
6
−
3
View file @
08dd2952
...
...
@@ -147,7 +147,7 @@ Install the necessary Python dependencies using the conda package manager:
```
>> conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx blosc pbr paramiko
>> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil pandoc
>> conda install -c
https://conda.anaconda.org/
conda-forge pyscaffold --no-deps
>> conda install -c conda-forge pyscaffold
pypandoc
--no-deps
```
Note that
```--no-deps```
avoids that newer packages from the channel
...
...
@@ -179,7 +179,7 @@ or via tortoise-git:
>> pip install -e . --no-deps
```
Note that the ```no-deps``` option here is used for the same reason as explained
Note that the ```
--
no-deps``` option here is used for the same reason as explained
above for the ```conda-forge``` channel: it is to avoid that pip will replace
newer packages compared to the ones as available in the ```Anaconda``` channel.
...
...
@@ -231,9 +231,12 @@ is also recorded in issue #22.
Install ```
pypandoc
``` using conda:
```
>> conda install pandoc
>> conda install -c conda-forge pypandoc --no-deps
```
Or pip:
However, when installing via pip you will need to install
[```pandoc```](http://pandoc.org/) first via your Linux/Mac package manager,
then you can install the Python wrapper:
```
>> pip install pypandoc
```
...
...
This diff is collapsed.
Click to expand it.
docs/install.md
+
1
−
1
View file @
08dd2952
...
...
@@ -9,7 +9,7 @@ Install the necessary Python dependencies using the ```conda``` package manager:
```
>> conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx blosc pbr paramiko
>> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil
>> conda install -c
https://conda.anaconda.org/
conda-forge pyscaffold --no-deps
>> conda install -c conda-forge pyscaffold --no-deps
```
Now you can install
```wetb```
with
```pip```
(there is no
```conda```
package
...
...
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