Merge pull request #39 from deralexxx/patch-2

Change CIRCL to MISP repository
pull/43/head
Alexandre Dulaunoy 2017-01-26 10:40:43 +01:00 committed by GitHub
commit 4bb0f5ff20
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ pip install pymisp
#### Install the lastest version from repo #### Install the lastest version from repo
~~~~ ~~~~
git clone https://github.com/CIRCL/PyMISP.git && cd PyMISP git clone https://github.com/MISP/PyMISP.git && cd PyMISP
python setup.py install python setup.py install
~~~~ ~~~~
@ -54,7 +54,7 @@ https://<misp url>/users/view/me
If you did not install using the repository, you can still fetch it to get examples to work on: If you did not install using the repository, you can still fetch it to get examples to work on:
~~~~ ~~~~
git clone https://github.com/CIRCL/PyMISP.git git clone https://github.com/MISP/PyMISP.git
~~~~ ~~~~
In order to use these, you need to create a file named keys.py in the examples folder and edit it to put the url of your MISP instance and your automation key. In order to use these, you need to create a file named keys.py in the examples folder and edit it to put the url of your MISP instance and your automation key.