Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 1, 2020
1 parent 2fe09a1 commit 00f2901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
30 changes: 4 additions & 26 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ Installation: dpkg (Debian/Ubuntu)
Dependencies
============
Python 3.5+
- Python 3.5+
- `Python package dependencies (automatically installed) <https://github.com/thombashi/tcconfig/network/dependencies>`__

Linux packages
--------------
Expand All @@ -238,33 +239,10 @@ Linux kernel module
----------------------------
- ``sch_netem``

Python packages
---------------
Dependency python packages are automatically installed during
``tcconfig`` installation via pip.

- `DataProperty <https://github.com/thombashi/DataProperty>`__
- `docker <https://github.com/docker/docker-py>`__
- `humanreadable <https://github.com/thombashi/humanreadable>`__
- `loguru <https://github.com/Delgan/loguru>`__
- `msgfy <https://github.com/thombashi/msgfy>`__
- `pyparsing <https://github.com/pyparsing/pyparsing>`__
- `pyroute2 <https://github.com/svinota/pyroute2>`__
- `subprocrunner <https://github.com/thombashi/subprocrunner>`__
- `typepy <https://github.com/thombashi/typepy>`__
- `voluptuous <https://github.com/alecthomas/voluptuous>`__

Optional Python packages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
----------------------------
- `Pygments <http://pygments.org/>`__

Test dependencies
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- `allpairspy <https://github.com/thombashi/allpairspy>`__
- `pingparsing <https://github.com/thombashi/pingparsing>`__
- `pytest <https://docs.pytest.org/en/latest/>`__
- `tox <https://testrun.org/tox/latest/>`__

Documentation
===============
https://tcconfig.rtfd.io/
Expand All @@ -281,7 +259,7 @@ Sponsors
====================================
.. image:: https://avatars0.githubusercontent.com/u/44389260?s=48&u=6da7176e51ae2654bcfd22564772ef8a3bb22318&v=4
:target: https://github.com/chasbecker
:alt: chasbecker
:alt: Charles Becker (chasbecker)

`Become a sponsor <https://github.com/sponsors/thombashi>`__

2 changes: 1 addition & 1 deletion docs/make_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main():
write_examples(maker)

maker.write_lines([])
maker.write_file(maker.doc_page_root_dir_path.joinpath("installation.rst"))
maker.write_introduction_file("installation.rst")

maker.set_indent_level(0)
maker.write_chapter("Documentation")
Expand Down

0 comments on commit 00f2901

Please sign in to comment.