Skip to content

Commit

Permalink
Added docs on dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bstellato committed Aug 14, 2019
1 parent 5856c06 commit 84dffc9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/get_started/CC++.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The required include files can be found in :code:`OSQP_FOLDER/include`.

Simply compile with the linker option with :code:`-LOSQP_FOLDER/lib` and :code:`-losqp`.

If you are interested in development builds, you can find them on `Bintray <https://dl.bintray.com/bstellato/generic/OSQP-dev/>`_.

Sources
-------
Expand Down
15 changes: 15 additions & 0 deletions docs/get_started/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Anaconda
conda install -c oxfordcontrol osqp
For the bleeding edge development version install OSQP with

.. code:: bash
conda install -c oxfordcontrol/label/dev osqp
Pip
----
Expand All @@ -19,6 +26,14 @@ Pip
pip install osqp
For the bleeding edge development version install OSQP with

.. code:: bash
pip install --pre --extra-index-url https://test.pypi.org/simple/ osqp
Sources
---------
You need to install the following (see :ref:`build_from_sources` for more details):
Expand Down

0 comments on commit 84dffc9

Please sign in to comment.