Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 435 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 435 Bytes

ft-python-scripts

Docker

  • To start Chrome container :
docker-compose up -d

Python

  • To start a script :
python python_org_search.py
  • Add pip on mac (Python module installer)
sudo easy_install pip
  • To add a missing module in python
sudo python -m pip install selenium

Reference