Skip to content

Commit 4c730d3

Browse files
lightning studio docs
1 parent 15e5258 commit 4c730d3

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

docs/source/installation.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ NVIDIA DALI dependency. You must have **CUDA 11.0-12.x** installed.
77
If you have a Mac OS and would like to install Lightning Pose, please get in contact by
88
`raising an issue <https://github.com/danbider/lightning-pose/issues>`_.
99

10-
There are two installation methods:
10+
There are several installation methods:
1111

1212
* :ref:`pip package <pip_package>` provides the basic Lightning Pose package. This option is intended for non-interactive environments, such as remote servers.
1313

1414
* :ref:`conda from source <conda_from_source>` additionally provides example data, a boilerplate training script, and diagnostic visualization scripts. This option is the recommended one for new users, as it provides the full breadth of Lightning Pose capabilities.
1515

16+
* :ref:`Lightning Studio <lightning_studio>` is a cloud-based environment that comes with Lightning Pose already installed. Requires creating a Lightning.ai account.
17+
1618
Optionally, instructions are provided for :ref:`Docker users <docker_users>`.
1719

1820
**Install ffmpeg**
@@ -115,6 +117,19 @@ Method 2: conda from source
115117
116118
This will take several minutes.
117119

120+
.. _lightning_studio:
121+
122+
Method 3: Lightning Studio
123+
==========================
124+
125+
Follow
126+
`this link <https://lightning.ai/themattinthehatt/ai-recipes/lightning-pose-v1-0-1~01hgghkdmdpz60ttys95n61852>`_
127+
to the Lightning Pose Studio.
128+
When you click the **Use** button you will be taken to a Lightning Studio environment with access to a command line interface, VSCode IDE, Jupyter IDE, and more.
129+
The ``lightning-pose`` package and all dependencies are already installed.
130+
131+
You will be required to create a Lightning account if you have not already signed up.
132+
118133
.. _docker_users:
119134

120135
Docker users

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import find_packages, setup
66

7-
VERSION = "1.0.0"
7+
VERSION = "1.0.1"
88

99
# add the README.md file to the long_description
1010
with open("README.md", "r") as fh:

0 commit comments

Comments
 (0)