SDK for Alcatel Linkzone modems: MW41NF, MW41CL
Project description
Alcatel LinkZone SDK (early stage)
Installation
For development
- First create a virtual environment
python -m venv .venv
- Activate the virtual environment
source .venv/bin/activate
- Install pip-tools
pip install pip-tools
- Resolve project dependencies
pip-compile -o requirements.txt pyproject.toml
- Optional dev dependencies
pip-compile --extra dev -o dev-requirements.txt pyproject.toml
- Install dependencies
pip install -r requirements.txt
pip install -r dev-requirements.txt
Created by
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
linkzone-0.1.0.tar.gz
(8.3 kB
view hashes)
Built Distribution
linkzone-0.1.0-py3-none-any.whl
(10.0 kB
view hashes)