-
Create new Python 3.6 environment (e.g., with
pipenv
,virtualenv
, orconda
)conda create env --name espy python=3.6
-
Activate
espy
environmentconda activate espy
-
Get source code
git clone git@github.com:gncs/espy.git
-
Install
espy
pip install ./espy --upgrade
Run espy -h
for a quick overview of functionality.
To get the conjugation tables for a Spanish verb run, for example:
espy ser
or
espy --no-names --conjugation='Future' --table='Indicative' recibir