Skip to content

Commit cec236f

Browse files
authored
Merge pull request #125 from trigaten/Saloni1245-patch-1
Update README.md
2 parents d115b09 + 68a3717 commit cec236f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ Put your key in like:
1515
`OPENAI_API_KEY=sk-...`
1616
`HF_TOKEN=...`
1717

18+
Then to load the .env file, type:
19+
pip install pytest-dotenv
20+
21+
You can also choose to update the env file by doing:
22+
py.test --envfile path/to/.env
23+
24+
In the case that you have several .env files, create a new env_files in the pytest config folder and type:
25+
26+
env_files =
27+
.env
28+
.test.env
29+
.deploy.env
30+
1831
## blacklist.csv
1932

2033
Papers we should not include due to being poorly written or AI generated
@@ -30,4 +43,6 @@ Papers we should not include due to being poorly written or AI generated
3043
- Publication dates of papers from IEEE are missing the day about half the time. They also may come in any of the following formats
3144
- "April 1988"
3245
- "2-4 April 2002"
33-
- "29 Nov.-2 Dec. 2022"
46+
- "29 Nov.-2 Dec. 2022"
47+
48+

0 commit comments

Comments
 (0)