Skip to content

Commit

Permalink
building and pushing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elaeon committed Jan 3, 2017
1 parent d82def4 commit 225b807
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
5 changes: 3 additions & 2 deletions docs/_build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ recommend install the dependences with conda and conda forge.
.. code-block:: bash

conda config --add channels conda-forge
conda create -n new_environment --file requirements.txt
pip install ML/setup.py
conda create -n new_environment --file ML/requirements.txt
source activate new_environment
pip install ML/

Quick start
==================
Expand Down
5 changes: 3 additions & 2 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ <h1>Instalation<a class="headerlink" href="#instalation" title="Permalink to thi
<p>You can install the python dependences with pip, but we strongly
recommend install the dependences with conda and conda forge.</p>
<div class="highlight-bash"><div class="highlight"><pre><span></span>conda config --add channels conda-forge
conda create -n new_environment --file requirements.txt
pip install ML/setup.py
conda create -n new_environment --file ML/requirements.txt
<span class="nb">source</span> activate new_environment
pip install ML/
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 225b807

Please sign in to comment.