In main readme, the following fails: ``` ⚡ ~ cd rslearn ⚡ master ~/rslearn pip install .[extra] zsh: no matches found: .[extra] ``` Solution: ``` pip install '.[extra]' ```