add hint for experimental cmdline interface

This commit is contained in:
DavHau 2020-11-21 10:57:08 +07:00
parent 9f30dc7fdb
commit e3ea3aceed

View file

@ -69,6 +69,7 @@ nix-env -if https://github.com/DavHau/mach-nix/tarball/3.0.2 -A mach-nix
---
### Build a virtualenv-style python environment from a requirements.txt
!!! The cmdline interface of mach-nix is still experimental. It's recommended to use mach-nix via nix-expression !!! (see: [Usage in Nix Expression](#usage-in-nix-expression))
```bash
mach-nix env ./env -r requirements.txt
```