include logo

This commit is contained in:
DavHau 2020-06-29 15:42:15 +00:00
parent a107d52466
commit ab8e6ca9ba
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
**/__pycache__/
interpreter
debug/expr.nix
/media/

View file

@ -1,4 +1,8 @@
# mach-nix - Create highly reproducible python environments
<p align="center">
<img width="200" src="https://gist.githubusercontent.com/DavHau/9a66b8c66b798254b714cc3ca44ffda8/raw/ef6b947b3753425118c730a5dfe81084c1bcfe86/logo_small.jpg">
</p>
## mach-nix - Create highly reproducible python environments
Mach-nix makes it easy to create and share reproducible python environments. While other python package management tools are mostly a trade off between ease of use and reproducibility, mach-nix aims to provide both at the same time. Mach-nix is based on the nix ecosystem but doesn't require you to understand anything about nix. Given a simple requirements.txt file, mach-nix will take care about the rest.