JimmyWang commited on
Commit
6961f66
1 Parent(s): 1c62eb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ Under the ModelScope framework, the current model can be used by calling a simpl
29
  ### Operating environment (Python Package)
30
 
31
  ```
32
- GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/modelscope/modelscope && cd modelscope && pip install -e . && cd ../
33
  pip install open_clip_torch
34
  pip install pytorch-lightning
35
  ```
 
29
  ### Operating environment (Python Package)
30
 
31
  ```
32
+ pip install git+https://github.com/modelscope/modelscope.git
33
  pip install open_clip_torch
34
  pip install pytorch-lightning
35
  ```