File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PyCAD install for Ubuntu 20.04
2
2
3
+ #install wxPython with this line
4
+ pip3 install -U wxPython
5
+
6
+ or the long way
3
7
# install wxPython, first 2 lines to fix problem where gtk3 was not found
4
8
# download https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.1-cp38-cp38-linux_x86_64.whl from
5
-
6
- # get wxPython for python3
7
9
sudo apt install libgtk-3-dev
8
10
sudo apt-get install python3-pip
9
11
cd Downloads
10
12
pip3 install wxPython-4.1.1-cp38-cp38-linux_x86_64.whl
11
13
sudo apt-get install libsdl2-2.0-0
12
14
15
+
13
16
### Get essentials ###
14
17
```
15
18
sudo apt-get install git build-essential debhelper cmake python3-dev freeglut3-dev
@@ -21,6 +24,7 @@ download the latest boost\
21
24
which ends with bz2, then on RPI type wget followed by the path)\
22
25
unzip with tar xf followed by filename\
23
26
cd into boost folder
27
+ ( where I've put 3.8, put 3.6 or whatever your python3 version is )
24
28
```
25
29
./bootstrap.sh --with-python-version=3.8
26
30
sudo nano project-config.jam
@@ -116,4 +120,4 @@ cp Step/build/step.so ./
116
120
### try the test.py ###
117
121
```
118
122
python3 test.py
119
- ```
123
+ ```
You can’t perform that action at this time.
0 commit comments