Skip to content

Commit 2f78e47

Browse files
author
Kayce Basques
committed
Add install instructions
1 parent 359db71 commit 2f78e47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ai/tokens.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# python3 -m venv venv
2+
# . venv/bin/activate or . venv/bin/activate.fish
3+
# python3 -m pip install google-genai
4+
# python3 tokens.py
5+
16
from json import dump, load
27
from os import environ, walk
38
from pathlib import Path

0 commit comments

Comments
 (0)