Skip to content

Commit ab8e6ca

Browse files
committed
include logo
1 parent a107d52 commit ab8e6ca

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
**/__pycache__/
33
interpreter
44
debug/expr.nix
5+
/media/

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# mach-nix - Create highly reproducible python environments
1+
<p align="center">
2+
<img width="200" src="https://gist.githubusercontent.com/DavHau/9a66b8c66b798254b714cc3ca44ffda8/raw/ef6b947b3753425118c730a5dfe81084c1bcfe86/logo_small.jpg">
3+
</p>
4+
5+
## mach-nix - Create highly reproducible python environments
26
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.
37

48

0 commit comments

Comments
 (0)