blob: 7accfc19ed114359332cfe0b6f3ee453852ba600 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.. _osx-dev:
Setting up a development environment in OSX™
============================================
(work in progress)
Make sure you're using a new enough version of pip (1.8 or newest).
* Use ``brew`` to install ``OpenSSL``.
* Use ``brew`` to install pyqt5::
brew install pyqt5 --with-python --without-python3
TODO:: --with-qt-webkit <<<< WORKS?
TODO:: Use PySide instead??
Running OSX on KVM
==================
* https://github.com/kholia/OSX-KVM
|