Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 870 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 870 Bytes

dict

A command line toolkit for online dictionary lookups.

Currently supports:

Installation

pip install --user dict

Contributing

# Clone the repository:
git clone https://github.com/bubblesub/dict.git
cd dict

# Install to a local venv:
poetry install

# Install pre-commit hooks:
poetry run pre-commit install

# Enter the venv:
poetry shell

This project uses poetry for packaging, install instructions at poetry#installation