-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instructions on how to set up env with conda? #276 #295
Conversation
conda install pyautogen -c conda-forge | ||
``` --> | ||
```bash | ||
conda install -c conda-forge pyautogui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks like an error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pyautogui
is a different package from pypi: https://pypi.org/project/PyAutoGUI/
Should the module be named |
conda install pyautogen -c conda-forge | ||
``` --> | ||
```bash | ||
conda install -c conda-forge pyautogui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pyautogui
is a different package from pypi: https://pypi.org/project/PyAutoGUI/
@@ -32,12 +40,19 @@ When running AutoGen out of a docker container, to use docker for code execution | |||
pip install docker | |||
``` | |||
|
|||
* blendsearch | |||
Or using conda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you put the conda options together at the end?
pip install "pyautogen[retrievechat]" | ||
``` | ||
|
||
Or using conda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move the docker conda installation option here as well.
Closing this PR as issue #276 is closed by the other PR. Thanks @SDcodehub, for the contribution! |
Why are these changes needed?
Conda env and installation institutions are added
Related issue number
"Closes #276 "
Checks