redo asq stuff

This commit is contained in:
eneller
2022-09-16 18:32:07 +02:00
parent 56e6c3f78f
commit c4edabc83e
4 changed files with 34 additions and 60 deletions

3
asq/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Usage
This script currently comes with a firefox linux webdriver. To install dependencies, use `python3 -m venv env` to create a new virtual environment,
activate it by running `source env/bin/activate` and install the requirements by running `pip install -r requirements.txt`. To exit the venv, run `deactivate`.