aws / git-remote-codecommit

An implementation of Git Remote Helper that makes it easier to interact with AWS CodeCommit
Apache License 2.0
271 stars 38 forks source link

Installation for Windows please #15

Open xbotuk opened 4 years ago

xbotuk commented 4 years ago

Can you make installation for Windows please?

evannadeau commented 3 years ago

It runs on python, so it, therefore, works on Windows. If you have a supported python version (3.6.x or 3.7.x), and you python is in your path (an option during the python install), performing the documented pip install git-remote-codecommit is the approved Windows installer.

dgitw commented 1 year ago

Ideally, we would like package as Windows Installer or even better via WinGet (Windows Package Manager). Enterprise desktops are locked down and don't allow the installation of Python.