-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update installation.rst #888
Conversation
Codecov Report
@@ Coverage Diff @@
## master #888 +/- ##
=======================================
Coverage 66.23% 66.23%
=======================================
Files 83 83
Lines 5918 5918
=======================================
Hits 3920 3920
Misses 1998 1998 Continue to review full report at Codecov.
|
docs/installation.rst
Outdated
**Solution:** Install gcc8 from macports and then install with these flags: `link_args = ['-fopenmp','-Wl,-rpath,/opt/local/lib/gcc8/']` | ||
|
||
**Problem:** While building tardis via ``python setup.py`` build you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that looks very good. Maybe mention that this is for the python 2 version.
The command for the same is : | ||
|
||
pip install sphinx==1.5.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or conda install ...
@wkerzendorf , made the changes now :) . please review . |
or | ||
|
||
conda install sphinx==1.5.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is just one =
but try it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried it out with a double =
and it worked . This is what I got as the output :
added / updated specs:
- sphinx==1.5.6
The following packages will be downloaded:
package | build
---------------------------|-----------------
sphinx-1.5.6 | py27_0 1.3 MB
anaconda-custom | py27h4a00acb_0 6 KB
openssl-1.1.1b | h7b6447c_0 4.0 MB
------------------------------------------------------------
Total: 5.3 MB
I think that works
fixes issue #880 , added the documentation