Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbafna committed May 26, 2020
1 parent 0f7b0c2 commit a195875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion binaries/conda/README.md
@@ -1,6 +1,6 @@
# Building conda packages

To build conda packages you must first produce wheels for the project, see [pip README](../pip/README.md) for information.
To build conda packages you must first produce wheels for the project, see [this readme](../pip/README.md) for more details on building `TorchServe` wheel.

After producing wheels use the following command to build conda packages:

Expand Down
1 change: 0 additions & 1 deletion binaries/pip/README.md
Expand Up @@ -3,7 +3,6 @@
To build `TorchServe` wheel use the following command

```
cd <path_to_serve>
./build_wheels.sh
```

Expand Down

0 comments on commit a195875

Please sign in to comment.