cry/README.md
2024-07-08 07:32:37 +09:00

1,006 B

cry

PyPI Changelog Tests License

Command line feed reader

Installation

Install this tool using pip:

pip install cry

Usage

For help, run:

cry --help

You can also use:

python -m cry --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd cry
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest