forked from rhpds/showroom_instructlab_summit2024
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from rhpds/remove-old-pip-step-01
Remove redundant pip install which may break lab
- Loading branch information
Showing
1 changed file
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,19 +88,6 @@ source venv/bin/activate | |
(venv) [instruct@instructlab instructlab]$ | ||
---- | ||
+ | ||
|
||
. Install the command line tool using the pip command | ||
+ | ||
|
||
[source,sh,role=execute,subs=attributes+] | ||
---- | ||
pip3 install git+https://github.com/instructlab/[email protected] | ||
---- | ||
+ | ||
|
||
NOTE: `pip install` may take some time, depending on the internet connection available at the conference or if the files have been cached locally. | ||
|
||
. From your venv environment, verify ilab is installed correctly by running the ilab command. | ||
+ | ||
|
||
|