Skip to main content

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

@JimScope

Project details


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)

Uploaded Source

Built Distribution

linkzone-0.1.0-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page