added chinese to docs
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
pip install foreignthon
|
||||
pip install foreignthon-es # add Spanish
|
||||
pip install foreignthon-ta # add Tamil
|
||||
pip install foreignthon-ch # add Chinese
|
||||
```
|
||||
|
||||
For CLI use across projects, prefer pipx:
|
||||
@@ -76,5 +77,6 @@ python -m venv .venv && source .venv/bin/activate
|
||||
pip install -e "packages/foreignthon[dev]"
|
||||
pip install -e packages/langs/es
|
||||
pip install -e packages/langs/ta
|
||||
pip install -e packages/langs/ch
|
||||
pytest packages/foreignthon/tests/ -v
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user