- Remove CIRCL reference from README.md

- Updated 2 bad indentations where epydoc was Warning
pull/141/head
Steve Clement 2017-11-19 10:02:03 +01:00
parent 44831b1fdb
commit 89a5558014
2 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ pip3 install pymisp
## Install the latest version from repo ## 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 . pip3 install -I .
``` ```
@ -84,7 +84,7 @@ logging.basicConfig(level=logging.DEBUG, filename="debug.log", filemode='w', for
Documentation can be generated with epydoc: 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 ## Everything is a Mutable Mapping