mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-27 15:09:41 +00:00
Added hint to escape brackets for pip setup
As described in #777, I had trouble executing the setup using zsh. Eventually, I noticed that I had to escape the brackets. My proposed change includes both brackets to be escaped, however for me it was enough to escape the opening one only, since as far as I know a trailing non-escaped closing bracket will then be recognized, accordingly.
This commit is contained in:
parent
b63f1bc8b8
commit
4d4e6ba499
@ -64,6 +64,8 @@ git clone https://github.com/microsoft/FLAML.git
|
||||
pip install -e FLAML[test,notebook]
|
||||
```
|
||||
|
||||
In case the `pip install` command fails, try escaping the brackets such as `pip install -e FLAML\[test,notebook\]`
|
||||
|
||||
### Docker
|
||||
|
||||
We provide a simple [Dockerfile](https://github.com/microsoft/FLAML/blob/main/Dockerfile).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user