Spaces:
Running
Running
Add warning about quick development
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@
|
|
| 13 |
|
| 14 |
To install the library, simply run `pip install repo2vec`!
|
| 15 |
|
|
|
|
|
|
|
| 16 |
## Prerequisites
|
| 17 |
|
| 18 |
`repo2vec` performs two steps:
|
|
|
|
| 13 |
|
| 14 |
To install the library, simply run `pip install repo2vec`!
|
| 15 |
|
| 16 |
+
:exclamation: **Please make sure you have the latest version installed (as indicated [here](https://github.com/Storia-AI/repo2vec/blob/ca8ff43b2993ab0da3f0b807513cb4e3f7b0955f/setup.py#L11)). We're under rapid development and older versions quickly become obsolete.** To check your latest version, you can run `pip list | grep repo2vec`.
|
| 17 |
+
|
| 18 |
## Prerequisites
|
| 19 |
|
| 20 |
`repo2vec` performs two steps:
|