Skip to content

Commit edbe30f

Browse files
author
Archit Sharma
committed
fix pip installation issues
1 parent 7b60e5e commit edbe30f

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include requirements.txt README.md LICENSE.txt INSTALL bin/delta_processor bin/perf_script_processor RELEASE-NOTES THANKS
1+
include requirements.txt README.md LICENSE INSTALL bin/delta_processor bin/perf_script_processor RELEASE-NOTES THANKS VERSION docs/WIKI.md

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ a set of utilities,which is provided under the package [perf-tools](https://gith
88

99
## INSTALLATION
1010

11-
`$ sudo ./install`
11+
Install from pip: `$ pip2 install perf-script-postprocessor`
12+
13+
For more, refer to `INSTALL` guide.
1214

1315
## TESTS
1416

RELEASE-NOTES

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------
2-
ScholaRec v0.1
2+
perf-script-postprocessor v0.4
33
released on Oct 15, 2015
44
http://arcolife.github.io/perf-script-postprocessor/
55
--------------------------------------------------------------------
@@ -11,7 +11,7 @@ and this one to be installed from scratch. Refer to the documentation.
1111
What's new:
1212
-----------
1313

14-
*) Initial Release
14+
*) pip packaging
1515

1616
Future Plans:
1717
-------------
@@ -20,8 +20,8 @@ Future Plans:
2020

2121
Download:
2222
---------
23-
tarball <https://github.com/arcolife/perf-script-postprocessor/archive/v0.1.tar.gz>
24-
zipball <https://github.com/arcolife/perf-script-postprocessor/archive/v0.1.zip>
23+
tarball <https://github.com/arcolife/perf-script-postprocessor/archive/v0.4.tar.gz>
24+
zipball <https://github.com/arcolife/perf-script-postprocessor/archive/v0.4.zip>
2525

2626
Installation notes:
2727
-------------------

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pandas>=0.16.0
2-
configparser==3.3.0.post2
2+
configparser

0 commit comments

Comments
 (0)