Skip to content
/ Maid Public

A package manager, written in Python 3.7, for Windows.

License

Notifications You must be signed in to change notification settings

dungwinux/Maid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maid

A package manager, written in Python 3.7, for Windows.

Status: Alpha

Build status

Installation

Via pip

pip install maid

Currently, Maid is depends on pip to update. In the future, Maid will be able to do self-update.

Download pre-built binary

Note: Pre-built binary requires Microsoft Visual C++ 2017 Redistributable, which Windows 10 comes with by default. For older version of Windows, please search online for download links.

Run source code

  • git clone this repository.
  • python -r requirements.txt to install all dependencies
  • Invoke python -m maid -h.