Skip to content

Commit fc80ca7

Browse files
committed
Changed README
1 parent 6ab9bbd commit fc80ca7

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ Python library for processing and standardizing carbonate clumped-isotope analys
44

55
All questions and suggestions are welcome and should be directed at [Mathieu Daëron](mailto:[email protected]?subject=[D47crunch]).
66

7-
## Requirements
8-
9-
[Python 3], [numpy], [matplotlib], and [lmfit]. For the first three we recommend installing the [Anaconda] distribution. Installing [lmfit] should be a simple as `pip install lmfit`.
10-
11-
[Python 3]: https://www.python.org
12-
[numpy]: https://numpy.org
13-
[lmfit]: https://lmfit.github.io
14-
[Anaconda]: https://www.anaconda.com/distribution
15-
[matplotlib]: https://matplotlib.org
16-
177
## Installation
188

199
This should do the trick:
@@ -35,10 +25,15 @@ Alternatively:
3525
import sys
3626
sys.path.append('/foo/bar')
3727
```
38-
Having done any of the above you should now be able to `import D47crunch`.
28+
Having done any of the above you should now be able to `import D47crunch`, with the following requirements: [Python 3], [numpy], [matplotlib], [scipy], and [lmfit].
3929

30+
[Python 3]: https://www.python.org
31+
[numpy]: https://numpy.org
32+
[lmfit]: https://lmfit.github.io
33+
[matplotlib]: https://matplotlib.org
34+
[scipy]: https://www.scipy.org
4035
[current branch]: https://github.com/mdaeron/D47crunch/archive/master.zip
41-
[latest release]: https://github.com/mdaeron/D47crunch/archive/v0.1.zip
36+
[latest release]: https://github.com/mdaeron/D47crunch/archive/v0.3.2.zip
4237

4338
## Documentation
4439

0 commit comments

Comments
 (0)