Skip to content

Commit f0c401c

Browse files
committed
Update
1 parent 1b87405 commit f0c401c

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

docs/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Welcome to highpymath's documentation!
1010
:maxdepth: 2
1111
:caption: Contents:
1212

13+
usage/install
14+
1315

1416

1517
Indices and tables

docs/usage/install.rst

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
Install
2+
=======
3+
4+
Highpymath is an Python Module and you can install him on following Ways.
5+
6+
CPython
7+
=======
8+
9+
pip (stable version)
10+
--------------------
11+
12+
.. code-block:: bash
13+
14+
python3 -m pip install highpymath
15+
16+
pip (newest version) via git
17+
----------------------------
18+
19+
.. code-block:: bash
20+
21+
python3 -m pip install git+https://github.com/pyrootcpp/highpymath
22+
23+
pip (newest version) via archive
24+
--------------------------------
25+
26+
.. code-block:: bash
27+
28+
python3 -m pip install https://github.com/pyrootcpp/highpymath/archive/master.zip
29+
30+
pypy3
31+
=====
32+
33+
pip (stable version)
34+
--------------------
35+
36+
.. code-block:: bash
37+
38+
pypy3 -m pip install highpymath
39+
40+
pip (newest version) via git
41+
----------------------------
42+
43+
.. code-block:: bash
44+
45+
pypy3 -m pip install git+https://github.com/pyrootcpp/highpymath
46+
47+
pip (newest version) via archive
48+
--------------------------------
49+
50+
.. code-block:: bash
51+
52+
pypy3 -m pip install https://github.com/pyrootcpp/highpymath/archive/master.zip

0 commit comments

Comments
 (0)