ccloud0525 commited on
Commit ·
59260a5
1
Parent(s): 9ddeb6d
feat: "Add Readme"
Browse files
README.md
CHANGED
|
@@ -44,6 +44,7 @@ In this work, we pretrain Aurora in a cross-modality paradigm, which adopts Chan
|
|
| 44 |
We have published Aurora on PyPi, **you can directly install it with one line of code!**
|
| 45 |
|
| 46 |
```shell
|
|
|
|
| 47 |
$ pip install aurora-model==0.2.0
|
| 48 |
```
|
| 49 |
|
|
|
|
| 44 |
We have published Aurora on PyPi, **you can directly install it with one line of code!**
|
| 45 |
|
| 46 |
```shell
|
| 47 |
+
# python >= 3.10
|
| 48 |
$ pip install aurora-model==0.2.0
|
| 49 |
```
|
| 50 |
|