Skip to content

Commit 053db0e

Browse files
author
Neo
committed
fix: README consistency, add requirements.txt, Telegram dependency
1 parent 8f0f77f commit 053db0e

3 files changed

Lines changed: 20 additions & 24 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Allow your imagination to meet your creativity.
5252

5353
## What is 0pnMatrx
5454

55+
Matrix is the private runtime Neo runs on — owner only, never public.
56+
5557
0pnMatrx is a free, open source AI agent platform. It combines a personal AI agent with a complete blockchain financial infrastructure, developer ecosystem, legal infrastructure, identity system, and governance architecture — all in one release, all free.
5658

5759
**0pnMatrx** is the open source platform you are looking at now. **MTRX** is the iOS app that brings it all to your phone.

install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ create_venv() {
112112
install_deps() {
113113
info "Installing dependencies..."
114114
pip install --upgrade pip --quiet 2>/dev/null
115-
pip install -e ".[dev]" --quiet 2>/dev/null || {
116-
pip install -r requirements.txt --quiet 2>/dev/null
117-
}
115+
pip install -r requirements.txt --quiet 2>/dev/null
118116
info "Dependencies installed"
119117
}
120118

requirements.txt

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
# Runtime dependencies for the 0pnMatrx gateway.
2-
#
3-
# This file lists only what the production image needs. Development
4-
# tooling (pytest, mypy, interrogate, etc.) lives in requirements-dev.txt
5-
# and optional monitoring extras live in requirements-monitoring.txt.
6-
#
7-
# Pins use ~= ("compatible release") so security and bug-fix releases
8-
# flow through while locking the major/minor. Run ``pip install -r
9-
# requirements.txt`` inside a clean virtualenv for reproducible builds.
1+
# 0pnMatrx — Runtime Dependencies
2+
# Install: pip install -r requirements.txt
103

11-
aiohttp~=3.9
12-
aiofiles~=23.2
13-
web3~=6.20
14-
eth-account~=0.11
15-
eth-abi~=5.0
16-
py-solc-x~=2.0
17-
pynacl~=1.5
18-
requests~=2.32
19-
python-dotenv~=1.0
20-
pyyaml~=6.0
21-
duckduckgo_search~=5.3
22-
requests-oauthlib~=2.0
4+
aiohttp>=3.9.0
5+
aiofiles>=23.0
6+
web3>=6.0.0
7+
eth-account>=0.11.0
8+
eth-abi>=5.0.0
9+
py-solc-x>=2.0.0
10+
pynacl>=1.5.0
11+
requests>=2.31.0
12+
pyyaml>=6.0
13+
duckduckgo_search>=5.0.0
14+
python-telegram-bot>=20.0
15+
python-dotenv>=1.0.0
16+
cryptography>=42.0.0
17+
qrcode>=7.4
18+
requests-oauthlib>=1.3.0

0 commit comments

Comments
 (0)