Skip to content

project-alice-assistant/AliceGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AliceGit

A python bridge to Git for Project Alice.

This is in no way intended to be suitable for other projects, although, many functions will work.

Install

pip3 install AliceGit

Devs of this tool

  • Clone this repository
  • Open a terminal on whatever OS you are
  • CD to the path where you cloned this repository
  • Create a python 3.8+ virtual environment: python -m venv
  • Activate your virtual environment
  • Install the package in dev mode: pip install --editable .