thecookingsenpai / emesh

Encryption and funny APIs for meshtastic serial devices
MIT License
15 stars 0 forks source link

installation on windows; textual and cartography need hand holding #3

Open tmarkson opened 10 months ago

tmarkson commented 10 months ago

Installing on windows 10 needed intervention. This worked for me:

cd emesh/

pip install -r requirements.txt

pip install tree_sitter_languages  pygments  mdurl  linkify-it-py  importlib-metadata markdown-it-py rich mdit-py-plugins

pip install  yarl  click  attrs  async-timeout  aiosignal aiohttp

pip install textual

pip install textual-dev

pip install deterministic-rsa-keygen  cffi  certifi  requests  cryptography

pip install meshtastic

Then the GUI can be started python gui.py

image

thecookingsenpai commented 8 months ago

Hello,

I cant replicate this error (and sorry for the delay). Whic Python version are you using?