From 46f2ec4e3312a32be12ce58a75a642c58ff4b040 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Mar 2024 00:49:02 -0700 Subject: [PATCH] Add command to install latest build to docs (#1316) --- doc/get_started/install/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/get_started/install/index.rst b/doc/get_started/install/index.rst index 0f62152c4..6f47c01f8 100644 --- a/doc/get_started/install/index.rst +++ b/doc/get_started/install/index.rst @@ -19,3 +19,15 @@ Select the instructions for your platform: pycharm obsolete +Advanced +-------- + +Use the following command to install the latest development build of Arcade: + +.. code-block:: bash + + pip install -I https://github.com/pythonarcade/arcade/archive/refs/heads/development.zip + +This pre-release build will give you access to the latest features, but it may be unstable. + +You can also get pre-release versions from the `Arcade PyPi Release History `_. \ No newline at end of file