mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-12-29 12:18:33 +01:00
commit
3d6b33a71a
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
|
@ -49,16 +49,13 @@ file on-the-fly.
|
|||
|
||||
A note about contributing: updates should be added/made to `robots.json`. A GitHub action will then generate the updated `robots.txt`, `table-of-bot-metrics.md`, `.htaccess` and `nginx-block-ai-bots.conf`.
|
||||
|
||||
You can run the tests by [installing](https://www.python.org/about/gettingstarted/) Python 3, installing the depenendcies, and then issuing:
|
||||
You can run the tests by [installing](https://www.python.org/about/gettingstarted/) Python 3, installing the dependencies:
|
||||
```console
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
and then issuing:
|
||||
```console
|
||||
code/tests.py
|
||||
|
||||
### Installing Dependencies
|
||||
|
||||
Before running the tests, install all required Python packages:
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
||||
```
|
||||
|
||||
## Releasing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue