Skip to content

Commit a19c50d

Browse files
committed
pip installation info added to README
1 parent 54bb8a3 commit a19c50d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,25 @@ The name of the project pays homage to the naming convention of the main antagon
1010
Installation
1111
************
1212

13-
This package is known to work with Python 2.7.14 and Python 3.6.3 using Ubuntu 17.10 and Windows 10. `requirements.txt` contains package dependencies. You can install it using pip like this::
13+
This package is known to work with Python 2.7.14 and Python 3.6.3 using Ubuntu 17.10 and Windows 10. `requirements.txt` contains package dependencies. You can clone the repo and get everything up and running like this::
1414

1515
git clone https://github.com/mckib2/rawdatarinator.git
1616
cd rawdatarinator
1717
pip install -r requirements.txt
1818

19+
or, slightly more easily, you can use `pip`::
20+
21+
pip install rawdatarinator
22+
1923
****************
2024
readMeasDataVB15
2125
****************
2226

2327
Read raw data from Siemens MRI scanners with IDEA VB15.
2428

25-
Will return an array of measured k-space data from raw data from
26-
Siemens MRI scanners using IDEA VB15 (single value). If the option
27-
`-I` is used, then image space data will be returned instead.
29+
Will return an array of measured k-space data from raw data from
30+
Siemens MRI scanners using IDEA VB15 (single value). If the option
31+
`-I` is used, then image space data will be returned instead.
2832

2933
Usage:
3034
------

0 commit comments

Comments
 (0)