Skip to content

Commit 9ba0ede

Browse files
Deploy: 2120ef4
1 parent c4da676 commit 9ba0ede

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_sources/maintenance/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ can be found.
3131
:caption: Building mkl_random
3232
3333
$ export MKLROOT=</path/to/mkl>
34-
python setup.py develop
34+
python -m pip install .
3535
3636
To run test suite, install :mod:`pytest`, and run
3737

maintenance/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h1>Contributing<a class="headerlink" href="#contributing" title="Link to this h
285285
<div class="literal-block-wrapper docutils container" id="id2">
286286
<div class="code-block-caption"><span class="caption-text">Building mkl_random</span><a class="headerlink" href="#id2" title="Link to this code"></a></div>
287287
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="w"> </span>$<span class="w"> </span><span class="nb">export</span><span class="w"> </span><span class="nv">MKLROOT</span><span class="o">=</span>&lt;/path/to/mkl&gt;
288-
<span class="w"> </span>python<span class="w"> </span>setup.py<span class="w"> </span>develop
288+
<span class="w"> </span>python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>.
289289
</pre></div>
290290
</div>
291291
</div>

0 commit comments

Comments
 (0)