File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,26 @@ py-hostlist
88
99py-hostlist processes slurm-style hostlist strings and can return those strings in manipulated fashion.
1010
11- Get py-hostlist from the `github repository <https://github.com/LLNL/py-hostlist >`_ and start using it!
11+ Get py-hostlist from the `github repository <https://github.com/LLNL/py-hostlist >`_:
1212
1313.. code-block :: console
1414
1515 $ git clone https://github.com/llnl/py-hostlist.git
1616 $ cd py-hostlist
1717
18+ From here, build and install the package on your machine:
19+
20+ .. code-block :: console
21+
22+ $ python setup.py sdist bdist_wheel
23+ $ pip install dist/py_hostlist-0.0.1.dev0-py2.py3-none-any.whl
24+
25+ Now you can start using it!
26+
27+ .. code-block :: console
28+
29+ $ hostlist -h
30+
1831 .. toctree ::
1932 :maxdepth: 2
2033 :caption: Basics
You can’t perform that action at this time.
0 commit comments