fix_readme
This commit is contained in:
parent
c4615e3bba
commit
838d56ba6e
|
@ -53,6 +53,12 @@ cd Parakeet
|
||||||
pip install -e .
|
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.
|
See [install](https://paddle-parakeet.readthedocs.io/en/latest/install.html) for more details.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
Loading…
Reference in New Issue