diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-20 15:04:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-20 15:04:02 -0700 |
commit | 6ceeeb7c36706869a5bfc22528d8bb41ba577d51 (patch) | |
tree | 678863deebafc857fd2547399324cb0c48452f76 /build.sh | |
parent | ba2e684f812a21952c1190813cf400dadb0df7cc (diff) | |
parent | 3c1dce7defdfc7ddb1b90f1d24190cbaf33c1da4 (diff) | |
download | sncontinue-6ceeeb7c36706869a5bfc22528d8bb41ba577d51.tar.gz sncontinue-6ceeeb7c36706869a5bfc22528d8bb41ba577d51.tar.bz2 sncontinue-6ceeeb7c36706869a5bfc22528d8bb41ba577d51.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'build.sh')
-rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ rm -rf continuedev/.venv # 2. Create a new virtual environment and activate it python3 -m venv env -source env/bin/activate +. env/bin/activate # 3. Install the required packages pip install -r continuedev/requirements.txt |