Skip to content

Commit

Permalink
Add etymology
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Jan 30, 2020
1 parent 5f6b3f6 commit bdc9f3d
Show file tree
Hide file tree
Showing 8 changed files with 2,738,425 additions and 8 deletions.
3 changes: 3 additions & 0 deletions macroetym/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "/home/au554730/anaconda3/envs/work/bin/python"
}
Empty file added macroetym/__init__.py
Empty file.
Binary file added macroetym/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
10 changes: 10 additions & 0 deletions macroetym/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
with import <nixpkgs> {};

((python37.withPackages (ps: with ps; [
pandas
matplotlib
click
numpy
nltk
pycountry
])).override({ignoreCollisions=true;})).env
Loading

0 comments on commit bdc9f3d

Please sign in to comment.