allenai / allenai/rslearn_projects
zsh: no matches found: .[extra]
Open
- Dominant language
- Python
- Stars
- 24
- Forks
- 9
- Avg merge
- 11d 21h
- Merged PRs (30d)
- 1
Description
In main readme, the following fails:
```
⚡ ~ cd rslearn
⚡ master ~/rslearn pip install .[extra]
zsh: no matches found: .[extra]
```
Solution:
```
pip install '.[extra]'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.