Home > Terminal > Repo > Poisk-AI

Poisk-AI
ai prompt

Typing SVG

Update the package list  
`pkg update`

Upgrade all installed packages  
`pkg upgrade`

Install Git (version control tool)  
`pkg install git`

Install the Ruby programming language  
`pkg install ruby`

Clear the terminal screen  
`clear`

Clone a repository from GitHub  
`git clone https://github.com/poisk-ls/Pro-AI.git`

List files in the current directory  
`ls`

Select directory
`cd Pro-AI`

`ls`

Install Python dependencies from the requirements file  
`pip install -r requirements.txt`

Check available files after installing dependencies  
`ls`

Run the install script  
`bash install.sh`

List files after installation  
`ls`

Execute the Python script to start the project  
`python poisk.py`

For more info;

visit here —>Poisk-AI