philomathic-guy / Malicious-Web-Content-Detection-Using-Machine-Learning

Chrome extension for detecting phishing web sites
https://philomathic-guy.github.io/Malicious-Web-Content-Detection-Using-Machine-Learning/
MIT License
236 stars 76 forks source link

RE: Opening project in anaconda, Spyder, Juypter Notebook #16

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello there,

I am fairly new to python, and I was wondering how do you possibly open this project in either, anaconda spyder, Juypter Notebook (both are hosted locally on my system) and Pycharm?

Also, as this project is done on Python 2.x, I assume this wont work on python 3.x?

Thanks!

philomathic-guy commented 5 years ago

Hello, Yes you can open it using Pycharm - Just open PyCharm > File > Open > Select the folder in which you cloned the project. Yes, that is correct. There is a plan as of now to refactor the code to Python 3.x but as of now it will not work with Python 3.x

Closing the issue for now. Please reopen if you have more questions.