Skip to content

Commit 205493d

Browse files
committed
update usage
1 parent 9c4e47f commit 205493d

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

docs_src/latest/source/usage.rst

+2-24
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,8 @@ Usage
88
Installation
99
------------
1010

11-
To use LLaMBDA, we recommend you first create an isolated environment with python 3.9 (or higher):
11+
We recommend creating a new virtual environment using venv before installing LLaMBDA. To do so, please follow instructions [here](https://docs.python.org/3/library/venv.html).
1212

1313
.. code-block:: console
1414
15-
conda create python=3.9 --name llambda-env
16-
17-
18-
Activate the new environment before installing `llambda`.
19-
20-
.. code-block:: console
21-
22-
conda activate llambda-env
23-
24-
The shell should now look like `(llambda-env) $`.
25-
26-
Install LLaMBDA using pip directly from the GitHub repository.
27-
28-
.. code-block:: console
29-
30-
(llambda-env) $ pip install --user git+https://github.com/cvs-health/llambda.git
31-
32-
33-
If you would like to access your virtual env from a notebook, install it as a Jupyter kernel:
34-
35-
.. code-block:: console
36-
37-
python kernel install --name "llambda-env" --user
15+
pip install git+https://github.com/cvs-health/llambda.git

0 commit comments

Comments
 (0)