Skip to content

st3n/project-TehnoCat

Repository files navigation

Phone book assistant

Installation from pip

pip install project_tehnocat

Now the assistant is available by typing tehnocat:

foo@bar:~$ tehnocat
Welcome to the assistant bot!
Enter a command: 

Installation for development

  1. Clone repository and move to the root:
git clone https://github.com/st3n/project-TehnoCat.git
cd project-TehnoCat
  1. Create and activate venv
conda create -n <name_of_venv>
conda activate <name_of_venv>
  1. Install package
pip install -e .
  1. Now the assistant is available by typing tehnocat:
foo@bar:~$ tehnocat
Welcome to the assistant bot!
Enter a command: 

Possible commands

use "help" command img.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages