File tree 2 files changed +54
-0
lines changed
2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Welcome to highpymath's documentation!
10
10
:maxdepth: 2
11
11
:caption: Contents:
12
12
13
+ usage/install
14
+
13
15
14
16
15
17
Indices and tables
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments