Skip to content

Commit

Permalink
typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krypty committed Jun 19, 2018
1 parent b3bc92d commit 001f459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ python setup.py sdist bdist_wheel
Steps to build a manylinux wheel:

1. Get the project sources and follow the requirements above
1. Make sure to install the vcpkg libs before going further. You must install the libs on the host machine, it will fail inside the container.
1. Install Docker and run `docker run -it --rm -v /path/to/PyFUGE:/PyFUGE quay.io/pypa/manylinux1_x86_64 /bin/bash`. _Note for an unknown reason it seems to fail on Arch Linux, had to use a Ubuntu 16.04 VM._

You will enter into a shell inside the container. The following commands are meant to be executed inside this container.
Expand Down

0 comments on commit 001f459

Please sign in to comment.