mamin27 / icfs-pypi

Pypi library for creating EEPROM filesystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecomet_i2c_sensors-pypi

Last modification: 3.03.2023

Contributor: Marian Minar, Juraj Cekan

$ pip3 install setuptools
$ pip3 install wheel
$ sudo apt-get install python3-dev
$ sudo apt-get install python3-venv -y
$ python3 -m venv ~/my_venv
$ source ~/my_venv/bin/activate
$ git clone git@github.com:mamin27/icfs-pypi.git
$ cd ~/icfs-pypi
$ python3 setup.py clean sdist bdist_wheel
$ pip3 install -e .


$ pip3 install setuptools wheel
$ pip3 install twine
$ twine upload --verbose --repository testpypi dist/*

$ twine upload --verbose --repository pypi dist/*

Links:

Library Name: icfs

Dependency:

  • Adafruit_PureIO 1.1.9

Download commands:

vi CHANGELOG.txt
vi setpu.py

pip3 install -i https://test.pypi.org/simple/ icfs
pip3 install -i https://pypi.org/simple/ icfs

pip install icfs
pip3 install --index-url https://test.pypi.org/simple icfs

About

Pypi library for creating EEPROM filesystem

License:GNU General Public License v3.0


Languages

Language:Python 100.0%