docs: Add requirements.txt

This commit is contained in:
Ting-Jun Wang 2021-04-27 16:26:56 +08:00
parent 8f94dac5eb
commit 1d20fbd4eb
Signed by: snsd0805
GPG Key ID: 8DB0D22BC1217D33
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,8 @@ It use Google Translate's API(free), so it may not work when you send too many r
**It just a practice for npyscreen, this respository may not update any more.**
## Usage
- Install packages
- `pip install -r requirements.txt`
- Change Language Settings: `vim config.json`
- You can find Language Code in [ISO-639-1](https://en.wikipedia.org/wiki/ISO_639-1) or [Google Support](https://cloud.google.com/translate/docs/languages) or `LanguageCode.csv`

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
npyscreen==4.10.5
requests==2.25.1
urllib3==1.26.4