You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+12-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
-
# PySwip INSTALL
1
+
# Installing PySwip
2
2
3
-
PySwip has no dependencies beyond Python's standard library. Some operating systems do not install the full standard library. In that case make sure that your Python setup includes `ctypes`.
3
+
Requirements:
4
4
5
-
We recommend installing PySwip into a virtual environment. Python3 already has built-in support for that. You can create a virtual environment in `pyswip_env` directory using:
5
+
6
+
PySwip has no dependencies beyond Python's standard library.
7
+
Some operating systems do not install the full standard library.
8
+
In that case make sure that your Python setup includes the `ctypes` module.
9
+
10
+
We recommend installing PySwip into a virtual environment.
11
+
Python3 already has built-in support for that.
12
+
You can create a virtual environment in `pyswip_env` directory using:
6
13
```
7
14
python3 -m venv pyswip_env
8
15
```
@@ -25,7 +32,7 @@ See the [Python documentation](https://docs.python.org/3/library/venv.html) for
25
32
26
33
### Arch Linux
27
34
28
-
[Alexander Rødseth](https://roboticoverlords.org) maintains the [Arch Linux package](https://www.archlinux.org/packages/community/any/python-pyswip/).
35
+
[Alexander Rødseth](https://roboticoverlords.org) maintains the [Arch Linux package](https://archlinux.org/packages/extra/any/python-pyswip/).
29
36
30
37
Install PySwip with dependencies using:
31
38
```
@@ -34,7 +41,7 @@ sudo pacman -S python-pyswip
34
41
35
42
### Manjaro Linux
36
43
37
-
Same as the Arch Linux instructions. See: https://discover.manjaro.org/packages/python-pyswip
44
+
Same as the Arch Linux instructions. See: https://manjaristas.org/branch_compare?q=pyswip
0 commit comments