SeleniumBase/install.sh

3 lines
91 B
Bash
Raw Normal View History

2018-12-15 09:29:16 +08:00
#!/usr/bin/env bash
2024-07-30 04:37:32 +08:00
pip install -e . --use-pep517 --config-settings="editable_mode=compat"