how to use owlready in spyder

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to use owlready in spyder

shan
I downloaded owlready2-0.15. I am very new to this field. How to use it in spyder. Suggest me step by step.

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: how to use owlready in spyder

Jiba
Administrator
Hi,

I'm sorry, but I have never used Spyder. It seems to be a Python environment, so you should be able to install Owlready2 like any Python module, and to import it as usual. You should refer to Spyder doc for that.

Jiba
Reply | Threaded
Open this post in threaded view
|

Re: how to use owlready in spyder

Lynsie
In reply to this post by shan
You type on anaconda prompt this instruction: pip install owlready2, then you can import it in spyder (import owlready2)