mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Add note about doc generation (#4770)
This commit is contained in:
parent
492b352ab6
commit
cd4e07a85e
1 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,14 @@ you can install them with the following command, at the root of the code reposit
|
|||
pip install -e ".[docs]"
|
||||
```
|
||||
|
||||
---
|
||||
**NOTE**
|
||||
|
||||
You only need to generate the documentation to inspect it locally (if you're planning changes and want to
|
||||
check how they look like before committing for instance). You don't have to commit the built documentation.
|
||||
|
||||
---
|
||||
|
||||
## Packages installed
|
||||
|
||||
Here's an overview of all the packages installed. If you ran the previous command installing all packages from
|
||||
|
|
|
|||
Loading…
Reference in a new issue