fix_readme

This commit is contained in:
TianYuan 2021-08-25 07:25:10 +00:00 committed by root
parent c4615e3bba
commit 838d56ba6e
1 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,12 @@ cd Parakeet
pip install -e .
```
If some python dependent packages cannot be installed successfully, you can run the following script first.
(replace `python3.6` with your own python version)
```bash
sudo apt install -y python3.6-dev
```
See [install](https://paddle-parakeet.readthedocs.io/en/latest/install.html) for more details.
## Examples