Skip to content

Commit

Permalink
Move Conda note on README
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Apr 26, 2021
1 parent 56afe81 commit 8026cac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ https://entity-embed.readthedocs.io

And others, see [requirements.txt](/requirements.txt).

## For Conda users
## Installation

If you're using Conda, you must install PyTorch beforehand to have proper CUDA support. Inside the Conda environment, please run the following command **before** installing other packages using `pip`:
```
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
pip install entity-embed
```
After doing so, you can proceed with installing other packages as usual.

## Installation
### For Conda users

If you're using Conda, you must install PyTorch beforehand to have proper CUDA support. Inside the Conda environment, please run the following command **before** installing Entity Embed using `pip`:

```
pip install entity-embed
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
```

## Examples
Expand Down

0 comments on commit 8026cac

Please sign in to comment.