Preparation

  1. Create a local Git repository then cd into it.
  2. Create a Python virtual environment then shell into it.
  3. Install wev as a dependency.
  4. Create a directory for your Python package.
git init wev-ask
cd wev-ask
pipenv --python 3.9
pipenv install wev
mkdir wev_ask

Last update: 2021-01-23