Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed Jan 7, 2021
1 parent 7a9d833 commit aeb4482
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -52,7 +52,10 @@ TrojanZoo provides a universal pytorch platform to conduct security researches (
## Installation
1. `pip install trojanzoo`
2. **(todo)** `conda install trojanzoo`
3. `docker pull local0state/trojanzoo`
3. `docker pull local0state/trojanzoo`
4. **(for develop)**`python setup.py develop`
> This could install the github repo package but avoid copying files to `site_packages`, so that during developing `TrojanZoo`, you don't need move `example` files to the root directory of repo.
## Quick Start

You can use the provided [example](https://github.com/ain-soph/trojanzoo/tree/master/examples) scripts to reproduce the evaluation results in our paper.
Expand Down

0 comments on commit aeb4482

Please sign in to comment.