allenai / allenai/rslearn_projects

zsh: no matches found: .[extra]

Open
#116 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.