mirror of https://github.com/MISP/PyMISP
Merge pull request #141 from SteveClement/master
Remove CIRCL repo references from README.md & fix epydocpull/142/head
commit
635d9df8c0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue