diff --git a/README.rst b/README.rst index 23fa83a..5e1f05e 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,15 @@ It is also available for :code:`conda` using the :code:`conda-forge` channel: .. code:: conda install -c conda-forge rdata + +Installing the develop version +------------------------------ + +The current version from the develop branch can be installed as + +.. code:: + + pip install git+https://github.com/vnmabus/rdata.git@develop Documentation ============= diff --git a/docs/installation.rst b/docs/installation.rst index 673633b..12f3771 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -12,3 +12,12 @@ It is also available for :code:`conda` using the :code:`conda-forge` channel: .. code:: conda install -c conda-forge rdata + +Installing the develop version +------------------------------ + +The current version from the develop branch can be installed as + +.. code:: + + pip install git+https://github.com/vnmabus/rdata.git@develop \ No newline at end of file