You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs_src/latest/source/usage.rst
+2-24
Original file line number
Diff line number
Diff line change
@@ -8,30 +8,8 @@ Usage
8
8
Installation
9
9
------------
10
10
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).
12
12
13
13
.. code-block:: console
14
14
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.
0 commit comments