Skip to content

Commit 8b6bd61

Browse files
authored
Update README.md
linux install doesnt require separate python install
1 parent cdacd15 commit 8b6bd61

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: README.md

-16
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ backend and similar code.
88

99
Installing Protobuf
1010
-------------------
11-
C++
12-
1311
1. Be sure to have libtool installed.
1412
2. Download ```protobuf``` >= 3.0.0 from https://github.com/google/protobuf/releases (download ZIP and unZIP at desired location, or clone the repo). The protocol buffer is used for communication between the CuraEngine and the GUI.
1513
3. Compile protobuf from the protobuf directory:
@@ -21,13 +19,6 @@ C++
2119
(Please note the ```#```. It indicates the need of superuser, as known as root, priviliges.)
2220
7. (In case the shared library cannot be loaded, you can try ```sudo ldconfig``` on Linux systems)
2321

24-
Python
25-
26-
1. Navigate to protobuf-master/python
27-
2. ```# apt-get install python3-setuptools```
28-
3. ```# python3 setup.py build ```
29-
4. ```# python3 setup.py install```
30-
3122
Installing Protobuf on Windows
3223
------------------------------
3324
C++
@@ -47,13 +38,6 @@ C++
4738
10. ```$ mingw32-make```
4839
11. ```$ mingw32-make install```
4940

50-
Python
51-
(Make sure to use the latest Python-3 version, e.g. Python >= 3.4)
52-
53-
1. ```$ cd python```
54-
2. ```$ python setup.py build```
55-
3. ```$ python setup.py install```
56-
5741
Building
5842
========
5943

0 commit comments

Comments
 (0)