Changes between Version 67 and Version 68 of Building
- Timestamp:
- 06/02/20 04:17:56 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v67 v68 22 22 * run: 23 23 {{{ 24 python 2./setup.py install24 python3 ./setup.py install 25 25 }}} 26 26 27 27 [[BR]] 28 28 '''Do not''' mix source installation with packages. Remove one completely before installing the other. 29 [[BR]] 30 With python2, only the 3.x branch can be used. Newer versions require python3. 31 29 32 }}} 30 33