Skip to content

Commit 9f0f4e9

Browse files
committed
Installation and usage instructions now live only in Python notes
1 parent f692820 commit 9f0f4e9

1 file changed

Lines changed: 2 additions & 29 deletions

File tree

README.rst

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,5 @@ Further reading:
1515

1616
* `About Kaitai Struct <http://kaitai.io/>`_
1717
* `About API implemented in this library <http://doc.kaitai.io/stream_api.html>`_
18-
* `Python specific notes <http://doc.kaitai.io/lang_python.html>`_
19-
20-
Installing
21-
------------------------------
22-
23-
Using `requirements.txt`
24-
------------------------------
25-
26-
If you want to use Kaitai Struct runtime in your project and you use
27-
`requirements.txt` to manage your dependencies, just add the following
28-
line to it:
29-
30-
::
31-
32-
kaitaistruct
33-
34-
and then run `pip install -r requirements.txt` to update all your
35-
dependencies.
36-
37-
Using `pip` directly
38-
------------------------------
39-
40-
You can use
41-
42-
::
43-
44-
pip install kaitaistruct
45-
46-
to install the package manually using `pip` Python package manager.
18+
* `Python-specific notes <http://doc.kaitai.io/lang_python.html>`_ in KS
19+
documentation discuss installation and usage of this runtime

0 commit comments

Comments
 (0)