Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
412ec843
Unverified
Commit
412ec843
authored
May 08, 2025
by
祝健聪
Committed by
GitHub
May 07, 2025
Browse files
docs: add fix for Zsh globbing error with `pip install .[all]` (#945)
Signed-off-by:
Chasing1020
<
chasing1020@gmail.com
>
parent
3c3cec97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+2
-2
docs/guides/README.md
docs/guides/README.md
+1
-1
No files found.
README.md
View file @
412ec843
...
...
@@ -44,7 +44,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -yq python3-dev python3-pip pytho
python3 -m venv venv
source venv/bin/activate
pip install ai-dynamo[all]
pip install
"
ai-dynamo[all]
"
```
> [!NOTE]
> To ensure compatibility, please refer to the examples in the release branch or tag that matches the version you installed.
...
...
@@ -177,7 +177,7 @@ cd lib/bindings/python
pip
install
.
cd
../../../
pip
install
.[all]
pip
install
"
.[all]
"
# To test
docker compose
-f
deploy/metrics/docker-compose.yml up
-d
...
...
docs/guides/README.md
View file @
412ec843
...
...
@@ -24,7 +24,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -yq python3-dev python3-pip pytho
python3 -m venv venv
source venv/bin/activate
pip install ai-dynamo[all]
pip install
"
ai-dynamo[all]
"
```
## Dynamo workflow
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment