Preparation
- Create a local Git repository then
cd
into it. - Create a Python virtual environment then shell into it.
- Install
wev
as a dependency. - 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