807 B
807 B
PSMBot Virtual Assistant (pip project)
This helps you install all the required libraries to get started with your Virtual Assistant project. If you want you can also look at my repository PSMBot Virtual Assistant. This repository can provide you with how you can get started with building your own Virtual Assistant with just a few lines of code in Python.
Pre-Requisites:
- Setup Tools.
- Wheel.
- pip.
- Python.
Installation:
-
Open your favourite Python Package Manager (Like Anaconda Navigator) or open up the terminal.
-
Type in the terminal:-
a) For Windows Users:
pip install PSMBotb) Linux/MacOS Users:
pip3 install PSMBot -
This will now install all the required libraries for your project.