Skip to content

an ai assistant helps install a python project automatically.

Notifications You must be signed in to change notification settings

hriverg/pyinstallassistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyInstallAssistant

PyInstallAssistant is a command-line tool designed to simplify the installation process of Python projects. It automatically parses the README.md file of a project and executes the necessary installation commands using ai.

Installation

conda env create -f environment.yml

Usage

Install a project in the current directory:

```bash
pyinstall
```

How it Works

  1. Finds the Project Root: Locates the root directory of the project based on the provided path or the current working directory.
  2. Locates the README: Searches for a README.md file within the project root.
  3. Parses the README: Extracts relevant installation commands from the README.md file.
  4. Executes Commands: Runs the extracted commands, guiding the user through the installation process.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

an ai assistant helps install a python project automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages