Skip to content

Commit 2c5585d

Browse files
Add explicit line about source build via pip. (#228)
Summary: As title. Pull Request resolved: #228 Test Plan: N/A. Reviewed By: PaliC Differential Revision: D40683724 Pulled By: anirbanr-fb-r2p fbshipit-source-id: b4e3f090d3a8da87b5aa3e8890f1c9b8e2d58ba4
1 parent f5d0290 commit 2c5585d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ docker run --rm multipy multipy/runtime/build/test_deploy
3232

3333
### Installing via `pip install`
3434

35-
We support installing both python modules and the runtime libs using `pip install`, with the caveat of having to manually install the dependencies first.
35+
We support installing both python modules and the runtime libs using `pip install`, with the caveat of having to manually install the C++ dependencies first. This also serves as a single-command source build, essentially being a wrapper around `python setup.py develop`, once all the dependencies have been installed.
3636

37-
To start with, the multipy repo should be cloned first:
37+
To start with, the multipy repo should be cloned:
3838
```shell
3939
git clone https://github.com/pytorch/multipy.git
4040
cd multipy

0 commit comments

Comments
 (0)