File tree 2 files changed +34
-2
lines changed
2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -85,10 +85,14 @@ This project is licensed under BSD License. Please see COPYING
85
85
Download and Install
86
86
--------------------
87
87
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
89
93
90
94
git clone https://github.com/initialxy/jsonstruct.git
91
95
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
93
97
94
98
python setup.py install
You can’t perform that action at this time.
0 commit comments