Merge pull request #141 from SteveClement/master

Remove CIRCL repo references from README.md & fix epydoc
pull/142/head
Raphaël Vinot 2017-11-19 12:41:44 +01:00 committed by GitHub
commit 635d9df8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ pip3 install pymisp
## Install the latest version from repo
```
git clone https://github.com/CIRCL/PyMISP.git && cd PyMISP
git clone https://github.com/MISP/PyMISP.git && cd PyMISP
pip3 install -I .
```
@ -84,7 +84,7 @@ logging.basicConfig(level=logging.DEBUG, filename="debug.log", filemode='w', for
Documentation can be generated with epydoc:
```
epydoc --url https://github.com/CIRCL/PyMISP --graph all --name PyMISP --pdf pymisp -o doc
epydoc --url https://github.com/MISP/PyMISP --graph all --name PyMISP --pdf pymisp -o doc
```
## Everything is a Mutable Mapping