Skip to main content

Learning Using Texts

Project description

lute3

Learning Using Texts v3.

Lute v3 is a rewrite of the original Lute PHP application in Python and Flask.

Requirements

Python 3.8+

Install

From PyPi

TODO release: add PyPi docs

From TestPyPi

lute3 is on TestPyPi to work out packaging issues.

lute3 has dependencies on packages that aren't in TestPyPi, so we have to pull some things from PyPi as well.

python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ lute3
deactivate

Usage

Assuming you've set up a virtual environment and installed lute3:

source .venv/bin/activate
python -m lute3.main

# Open web browser to http://localhost:5000
# ... work work work ...
# When done, Ctl-C then

deactivate

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

lute3-3.0.0b1.tar.gz (669.6 kB view hashes)

Uploaded Source

Built Distribution

lute3-3.0.0b1-py3-none-any.whl (731.2 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