Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 468 Bytes

get-started.rst

File metadata and controls

16 lines (12 loc) · 468 Bytes

How to get started

To use Rubicon, create a new virtual environment, and install it:

$ python3 -m venv venv
$ source venv/bin/activate.sh
(venv) $ pip install rubicon-objc

You're now ready to use Rubicon! Your next step is to work through the :ref:`tutorial`, which will take you step-by-step through your first steps and introduce you to the important concepts you need to become familiar with.