Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2017-12-09 21:00:07 +01:00
302 changed files with 4776 additions and 3576 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ with
```nix
with import <nixpkgs> {};
python35.withPackages (ps: [ps.numpy ps.toolz])
(python35.withPackages (ps: [ps.numpy ps.toolz])).env
```
Executing `nix-shell` gives you again a Nix shell from which you can run Python.