Introduction         Overview         Downloads         Tutorial         Examples         References           Future         Contacts        

PythonSCAD Installers



If you prefer to compile it yourself, these are the required steps -
			git clone https://github.com/pythonscad/pythonscad.git
			cd pythonscad
			git submodule update --init --recursive
			sudo ./scripts/uni-get-dependencies.sh
			# make sure to get cryptopp and python dev packages installed, additionally
			mkdir build
			cd build
			cmake -DEXPERIMENTAL=1 -DENABLE_PYTHON=1 -DENABLE_LIBFIVE=1 ..
			make
			sudo make install
			


or go to the download pages