Update developers.md

This commit is contained in:
Jeremy Wright 2018-06-12 00:15:54 -04:00 committed by GitHub
parent 256494807f
commit d95bedc057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,12 @@ This is done to update the CadQuery logo.
2. `cd` into the root directory of this module/workbench.
3. Run the following command: `pyside-rcc ./CQGui/Resources/CadQuery.qrc -o CadQuery_rc.py`
Newer versions of FreeCAD use Pyside2, and so `pyside2-rcc` is needed instead:
```bash
sudo add-apt-repository ppa:thopiekar/pyside-git
sudo apt-get update
```
### Future Enhancements
Below are some future enhancements that contributors are welcome to take on.