Skip to content

Commit 768291a

Browse files
committed
update README: prerequisites
1 parent b169196 commit 768291a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ MIT License
22

33
Copyright (c) 2018 Tristan Deleu
44
Copyright (c) 2018 Risto Vuorio
5+
Copyright (c) 2019 Hexiang Hu
6+
Copyright (c) 2019 Shao-Hua Sun
57

68
Permission is hereby granted, free of charge, to any person obtaining a copy
79
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ python download.py --dataset aircraft bird cifar miniimagenet
2323
```
2424

2525
## Getting started
26+
27+
Please first install the following prerequisites: `wget`, `unzip`.
28+
2629
To avoid any conflict with your existing Python setup, and to keep this project self-contained, it is suggested to work in a virtual environment with [`virtualenv`](http://docs.python-guide.org/en/latest/dev/virtualenvs/). To install `virtualenv`:
2730
```
2831
pip install --upgrade virtualenv

0 commit comments

Comments
 (0)