Tutorial 0 - Getting Started with Rubicon¶
To use Rubicon, create a new virtual environment, and install it:
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install rubicon-objc
You're now ready to use Rubicon! Next up is Tutorial 1, which will take you step-by-step through your first steps and introduce you to the important concepts you need to become familiar with.