/selenium_tools

Primary LanguagePythonMIT LicenseMIT

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