|
147 | 147 |
|
148 | 148 | <div class="section" id="installation">
|
149 | 149 | <h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
|
150 |
| -<p>The engine of <cite>OpSimSummary</cite> depends on commonly used python packages. Currently, all of the |
151 |
| -requirements can be installed with <cite>anaconda</cite> and <cite>pip</cite>. To use <cite>OpSimSummary</cite> as a library or |
152 |
| -the scripts in <cite>OpSimSummary</cite>, you will need the requirements listed <a class="reference external" href="https://github.com/rbiswas4/OpSimSummary/blob/fix_release_help/install/requirements.md">here</a> .</p> |
| 150 | +<p>The engine of <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code> depends on commonly used python packages. Currently, all of the |
| 151 | +requirements can be installed with <cite>anaconda</cite> and <cite>pip</cite>. To use <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code> as a library or |
| 152 | +the scripts in <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code>, you will need the requirements listed <a class="reference external" href="https://github.com/rbiswas4/OpSimSummary/blob/fix_release_help/install/requirements.md">here</a> .</p> |
153 | 153 | </div>
|
154 | 154 | <div class="section" id="installing-dependencies">
|
155 | 155 | <h1>Installing Dependencies<a class="headerlink" href="#installing-dependencies" title="Permalink to this headline">¶</a></h1>
|
156 |
| -<p>There are scripts in the <cite>./install</cite> directory which can be used to install the dependencies. To use these, you must have a conda python |
157 |
| -installation. If you don’t have a such a python installation, you can use a <a href="#id1"><span class="problematic" id="id2">script_</span></a> |
158 |
| -.. _script: <a class="reference external" href="https://github.com/rbiswas4/install_utils/tree/master/scripts">https://github.com/rbiswas4/install_utils/tree/master/scripts</a> |
159 |
| -to install a miniconda distribution.</p> |
160 |
| -<p>To install the dependenencies and <cite>OpSimSummary</cite>, from the root level of the package:</p> |
| 156 | +<p>There are scripts in the <code class="docutils literal notranslate"><span class="pre">./install</span></code> directory which can be used to install the dependencies. To use these, you must have a conda python |
| 157 | +installation. If you don’t have a such a python installation, you can use a <a class="reference external" href="https://github.com/rbiswas4/install_utils/tree/master/scripts">script</a> to install a miniconda distribution.</p> |
| 158 | +<p>To install the dependenencies and <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code>, from the root level of the package:</p> |
161 | 159 | <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span>bash ./install/install_all.sh
|
162 | 160 | </pre></div>
|
163 | 161 | </div>
|
164 |
| -<p>installs the dependencies and <cite>OpSimSummary</cite>.</p> |
165 |
| -<p>To just install <cite>OpSimSummary</cite> if you already have taken care of the requirements, use :</p> |
| 162 | +<p>installs the dependencies and <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code>.</p> |
| 163 | +<p>To just install <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code> if you already have taken care of the requirements, use :</p> |
166 | 164 | <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span>bash install/install_opsimsummary
|
167 | 165 | </pre></div>
|
168 | 166 | </div>
|
|
0 commit comments