Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change installation command from `pip install -e .` to `pip install .`. Otherwise Texar-PyTorch won't work well with Texar-TF.
  • Loading branch information
huzecong committed Sep 20, 2019
1 parent af47f55 commit b3db771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ After PyTorch is installed, please run the following commands to install Texar-P
```
git clone https://github.com/asyml/texar-pytorch.git
cd texar-pytorch
pip install -e .
pip install .
```

To use tensorboard support with `Executor`, please install `tensorboardX` with the following command
Expand Down

0 comments on commit b3db771

Please sign in to comment.