Skip to content

Commit

Permalink
Fix an issue in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
feihugis authored Sep 8, 2021
1 parent 252d61a commit c70b715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ If you use fairseq or transformers, you only need to install one of them. If you
$ pip install git+https://github.com/microsoft/fastseq.git

# install fastseq + transformers
$ pip install git+https://github.com/microsoft/fastseq.git#egg=project[transformers]
$ pip install git+https://github.com/microsoft/fastseq.git#egg=fastseq[transformers]

# install fastseq + fairseq
$ pip install git+https://github.com/microsoft/fastseq.git#egg=project[fairseq]
$ pip install git+https://github.com/microsoft/fastseq.git#egg=fastseq[fairseq]

# install fastseq + transformers + fairseq
$ pip install git+https://github.com/microsoft/fastseq.git#egg=project[transformers,fairseq]
$ pip install git+https://github.com/microsoft/fastseq.git#egg=fastseq[transformers,fairseq]
```

## Usage
Expand Down

0 comments on commit c70b715

Please sign in to comment.