Skip to content

Commit 1f21a6f

Browse files
committed
clean up readme
1 parent 72fd52e commit 1f21a6f

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
# Minus80 ❄️
22

3-
This library is for freezing and integrating data. Modeled after how minus 80°C freezers work.
4-
3+
> Freeze, tag, and share biological datasets
54
65
## Installation
76

8-
Option 1: Use pip to install the most recent tagged version:
7+
Use pip to install:
98
```
10-
pip install minus80
9+
$ pip install git+https://github.com/LinkageIO/Minus80#egg=minus80
1110
```
1211

13-
Option 2: Clone the repo manually and install the development version
14-
```
15-
git clone git@github.com:LinkageIO/Minus80.git
16-
cd Minus80
17-
python setup.py develop
18-
```
19-
**Note:** Both options require that you have `Python.h` on your system. [More info here](https://stackoverflow.com/questions/8282231/i-have-python-on-my-ubuntu-system-but-gcc-cant-find-python-h). On Ubuntu systems, you can run: `sudo apt-get install python-dev`.
20-
2112
## Documentation
2213
Read our documentation at Read The Docs: http://minus80.readthedocs.io
23-

0 commit comments

Comments
 (0)