openai / go-vncdriver

Fast VNC driver
MIT License
123 stars 60 forks source link

Modified README.md to reflect issues I was having on Ubuntu 16.04 #21

Open andrewl opened 7 years ago

andrewl commented 7 years ago

On Ubuntu 16.04 to install using python 3.5 you need to modify the setup.py otherwise you end up with a .so file which only works with python 2. I'm not a python expert so it took me a short while to figure this out - this small addition to the README might be helpful for others too.

tlbtlbtlb commented 7 years ago

Thanks! I rewrote the README a little differently. The more canonical way is to run python build.py (or python3 build.py). Does the current version make sense to you?