From 878821c9922a222c19f855aa07026f084d005c6f Mon Sep 17 00:00:00 2001 From: Bill Date: Mon, 20 Aug 2018 17:02:27 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b0714c..c8c9b35 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ environment) can be built with the following: (.env) $ ``` -The local wheel will be created in the dist/ directory. This is the recommended +The local wheel will be created in the `dist/` directory. This is the recommended way to install the package when building it from source locally: ``` @@ -90,7 +90,7 @@ $ sudo docker run -u $(id -u) --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 / $ ``` -This will create a set of manylinux1 wheel files in the wheelhouse/ directory. +This will create a set of manylinux1 wheel files in the `wheelhouse/` directory. The docker build will make its own static libraries as part of the build process, and delete any existing static libraries with `make clean`. -- 2.30.2