X-Git-Url: https://git.libre-soc.org/?p=sfpy.git;a=blobdiff_plain;f=README.md;h=c8c9b353404096594599a3695c84cc7402f500c8;hp=8b0714c6f629f1ca9b06097544a6d66d47585c8d;hb=878821c9922a222c19f855aa07026f084d005c6f;hpb=3d92cdfb5ccff91f3db1b43585c511ecb5c74bb8 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`.