InstallationΒΆ
Python 3.6+ is required
To install stable version from PyPI (recommended):
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install --upgrade pip setuptools wheel
$ pip install wacy
To install development version:
$ git clone https://github.com/thewaverguy/wacy
$ cd wacy
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install --upgrade pip setuptools wheel
$ python3 -m pip install -r requirements.txt