Update installation.md (#36826)
* Update installation.md * Update README.md
This commit is contained in:
committed by
GitHub
parent
d253de6d58
commit
c9d1e5238a
@@ -76,12 +76,12 @@ Create and activate a virtual environment with [venv](https://docs.python.org/3/
|
||||
|
||||
```py
|
||||
# venv
|
||||
python -m venv my-env
|
||||
source ./my-env/bin/activate
|
||||
python -m venv .my-env
|
||||
source .my-env/bin/activate
|
||||
|
||||
# uv
|
||||
uv venv my-env
|
||||
source ./my-env/bin/activate
|
||||
uv venv .my-env
|
||||
source .my-env/bin/activate
|
||||
```
|
||||
|
||||
Install Transformers in your virtual environment.
|
||||
|
||||
Reference in New Issue
Block a user