wony617
commited on
Commit
·
9e33f2c
1
Parent(s):
b090494
test
Browse files
README.md
CHANGED
|
@@ -79,7 +79,8 @@ git clone https://github.com/Hugging-Face-KREW/i18n-agent.git
|
|
| 79 |
cd i18n-agent
|
| 80 |
|
| 81 |
# Install dependencies
|
| 82 |
-
|
|
|
|
| 83 |
|
| 84 |
# Set up your keys
|
| 85 |
cp .env.example .env
|
|
|
|
| 79 |
cd i18n-agent
|
| 80 |
|
| 81 |
# Install dependencies
|
| 82 |
+
make install
|
| 83 |
+
source .venv/bin/activate
|
| 84 |
|
| 85 |
# Set up your keys
|
| 86 |
cp .env.example .env
|