Skip to content
Snippets Groups Projects
Commit 09895caa authored by David Verelst's avatar David Verelst
Browse files

doc layout fixes

parent f8608322
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
There are pre-configured miniconda/anaconda python environments installed on There are pre-configured miniconda/anaconda python environments installed on
Gorm and Jess at: Gorm and Jess at:
``` ```
/home/python/miniconda3/envs/wetb_py3 /home/python/miniconda3/envs/wetb_py3
``` ```
...@@ -9,30 +10,35 @@ Note that these refer to the home drives of Gorm and Jess respectively and thus ...@@ -9,30 +10,35 @@ Note that these refer to the home drives of Gorm and Jess respectively and thus
refer to two different directories (but are named the same). refer to two different directories (but are named the same).
Update the root Anaconda environment: Update the root Anaconda environment:
``` ```
conda update --all conda update --all
``` ```
Activate the ```wetb_py3``` environment: Activate the ```wetb_py3``` environment:
``` ```
source activate wetb_py3 source activate wetb_py3
``` ```
Update the ```wetb_py3``` environment: Update the ```wetb_py3``` environment:
``` ```
conda update --all conda update --all
``` ```
Pull latest wetb changes and create re-distributable binary wheel package for Pull latest wetb changes and create re-distributable binary wheel package for
```wetb_py3```: ```wetb_py3```:
``` ```
cd /home/MET/repositories/tooblox/WindEnergyToolbox cd /home/MET/repositories/tooblox/WindEnergyToolbox
git pull git pull
python setup.py bdist_wheel -d dist/ python setup.py bdist_wheel -d dist/
``` ```
And install the wheel package (```.whl```) And install the wheel package (```*.whl```)
``` ```
pip install --no-deps -U dist/wetb-X.Y.Z.post0.devXXXXXXXX-cp35m-linux_x86_64.whl pip install --no-deps -U dist/wetb-X.Y.Z.post0.devXXXXXXXX-cp35m-linux_x86_64.whl
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment