Y-CChen / selenium_tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selenium_tools

tags: selenium_tools

installation

  • with pip
    pip install poetry
    
  • without pip
    curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
    

2. selenium_tools

  • install .venv
    • Development
      poetry install --no-root
      
    • Production
      poetry install --no-root --no-dev
      

About

License:MIT License


Languages

Language:Python 95.2%Language:Shell 4.8%