Skip to content

Commit 63ab4a7

Browse files
committed
Included pip install instruction.
1 parent 4355fdc commit 63ab4a7

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

MANIFEST

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# file GENERATED by distutils, do NOT edit
2+
COPYING
3+
setup.py
4+
docs\source\api.rst
5+
docs\source\changelog.rst
6+
docs\source\conf.py
7+
docs\source\contrib.rst
8+
docs\source\index.rst
9+
jsonstruct\__init__.py
10+
jsonstruct\_handlers.py
11+
jsonstruct\_samples.py
12+
jsonstruct\backend.py
13+
jsonstruct\compat.py
14+
jsonstruct\handlers.py
15+
jsonstruct\pickler.py
16+
jsonstruct\tags.py
17+
jsonstruct\unpickler.py
18+
jsonstruct\util.py
19+
jsonstruct\version.py
20+
tests\backends_tests.py
21+
tests\benchmark.py
22+
tests\document_test.py
23+
tests\jsonstruct_test.py
24+
tests\runtests.py
25+
tests\test_datetime.py
26+
tests\test_handlers.py
27+
tests\thirdparty_tests.py
28+
tests\util_tests.py

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,14 @@ This project is licensed under BSD License. Please see COPYING
8585
Download and Install
8686
--------------------
8787

88-
Download the code base for this project either by cloning this git repository
88+
This library is available from pypi. It can be installed using pip:
89+
90+
pip install jsonstruct
91+
92+
Alternately, you can download its code base for this project either by cloning this git repository
8993

9094
git clone https://github.com/initialxy/jsonstruct.git
9195

92-
or download ZIP and extract its contents. Then cd into the root directory of this project and run
96+
or download the ZIP file and extract its contents. Then cd into the root directory of this project and run
9397

9498
python setup.py install

0 commit comments

Comments
 (0)