Skip to main content

A viewer for Patpat

Project description

Patpat-viewer

A viewer for Patpat

Installation

Install Patpat-viewer by PyPI

pip install patpat-viewer

Usage

After installation, running the FLASK server will enter the sample environment. As different systems have different methods for setting environment variables, operations may vary:

Windows:

> set FLASK_APP=patpat_viewer
> set FLASK_ENV=production
> flask run

Linux:

$ export FLASK_APP=patpat_viewer
$ export FLASK_ENV=production
$ flask run

Before starting the server, specify the answers of Patpat patpat_env by changing the environment variables:

Windows:

...
> set PATPAT_ENV=<Absolute path of patpat_env>
> flask run

Linux:

...
$ export PATPAT_ENV=<Absolute path of patpat_env>
$ flask run

Example in Windows

We recommend using conda to manage environments. A clean environment makes me feel comfortable and can also prevent hair loss.

(base)> conda create --name=patpat python=3.10
...
(base)> conda activate patpat
(patpat)> pip install patpat-viewer
...
(patpat)> set FLASK_APP=patpat_viewer
(patpat)> set FLASK_ENV=production
(patpat)> set PATPAT_ENV=D:\patpat_env
(patpat)> flask run

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

patpat-viewer-0.0.7.tar.gz (1.0 MB view hashes)

Uploaded Source

Built Distribution

patpat_viewer-0.0.7-py3-none-any.whl (1.0 MB 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