docs: Add requirements.txt
This commit is contained in:
parent
8f94dac5eb
commit
1d20fbd4eb
@ -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
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
npyscreen==4.10.5
|
||||
requests==2.25.1
|
||||
urllib3==1.26.4
|
||||
Loading…
Reference in New Issue
Block a user