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
* e.g. using Ana/Miniconda: `conda create -y -n llms_wrapper python=3.11`
7
-
8
-
### 2. Install package
9
-
10
-
* From local source:
11
-
* clone the repository and change into the directory
12
-
* run `pip install -e .`
13
-
* To install for development: `python -m pip install -e .[dev]`
14
-
* From source directly from github: `pip install -U git+https://github.com/OFAI/python-llms-wrapper.git`
15
-
* To create a notebook kernel run `python -m ipykernel install --user --name=llms_wrapper`
4
+
* Use `pip install` or `uv pip install` to directly install from the github repo using the package name `git+https://github.com/OFAI/python-llms-wrapper.git`
5
+
* e.g. `pip install -U git+https://github.com/OFAI/python-llms-wrapper.git`
0 commit comments