Skip to content

Commit

Permalink
Minor: remove legacy files and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
basicthinker committed Sep 6, 2017
1 parent 5161cab commit 088d98d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.dropbox
*.pickle
*.xlsx
repos

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
Download and install Python: <https://www.python.org/downloads/>
Note: Python 3.5+ is required.

Install packages dicttoxml gitpython lxml networkx numpy openpyxl statistics scipy: <https://packaging.python.org/installing/>
Install packages dicttoxml gitpython lxml networkx numpy openpyxl statistics scipy matplotlib: <https://packaging.python.org/installing/>

E.g., Ubuntu:
```
sudo apt install -y python3 python3-pip
sudo -H pip3 install dicttoxml gitpython lxml networkx numpy openpyxl statistics scipy
sudo -H pip3 install dicttoxml gitpython lxml networkx numpy openpyxl statistics scipy matplotlib
```

In order to uset the `--indent-heuristic` option of `git diff`, we require git version >= 2.11. Use the following commands to upgrade:
Expand Down
Empty file removed util/__init__.py
Empty file.
7 changes: 0 additions & 7 deletions util/path.py

This file was deleted.

0 comments on commit 088d98d

Please sign in to comment.