Nestor is a CLI assistant to manage contact and notes
python -m venv .venv
orpython3 -m venv .venv
to setup virtual environmentsource .venv/bin/activate
to activate virtual environment on Mac, Linuxpip install -e .
install packages
nestor
run script to start work with address book
- Run
help
command to get details about all supported commands