- python3-pip
cd path/to/repo
make fullbuildAfter this double click on resulted seleniumapp.app or type in terminal: open dist/seleniumapp.app
This command install python3 requirements, create py2app setup.py and build python3 application to osx app.
- if you regenerate setup.py file, you will need add "chromedriver" to DATA_FILES list manualy
make cleanremove build and dist folders from repository folders
make makesetupcreate py2app setup.py file
make buildappbuild python3 application to osx app
make requirements
install python3 requirements over pip3