Skip to content

Commit ea94f94

Browse files
Update README.md
1 parent a6bc905 commit ea94f94

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# GetGems-Parser
22
Sample - GetGems NFT - Parser
3+
4+
5+
## Установка
6+
7+
1. Клонируйте этот репозиторий:
8+
9+
```bash
10+
git clone <https://github.com/AlgorithmAlchemy/GetGems-Parser>
11+
2. Перейдите в директорию проекта:
12+
```bash
13+
cd <имя директории>
14+
3. Установите зависимости:
15+
16+
pip install -r requirements.txt
17+
18+
### Использование
19+
Для запуска парсера выполните:
20+
```bash
21+
python main.py
22+
```

0 commit comments

Comments
 (0)