Skip to content

Commit

Permalink
📝 updated README files
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Aug 30, 2023
1 parent 808c2a7 commit ce4055a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ mainly in Python, but we have integrated the functionalities of [OWLAPI](https:/

### System dependencies

- JDK version 8
- Python version: 3.8, 3.9
- JDK version 17
- Python version: 3.8, 3.9, 3.10, 3.11
- Conda version >= 4.x.x

### Python requirements

- Gensim >= 4.x.x
- PyTorch >= 1.12.x
- PyKEEN >= 1.9.x
- PyKEEN >= 1.10.1

### Install from PyPi

Expand All @@ -51,7 +51,6 @@ conda activate mowl
python setup.py install
```
For Python 3.9, you can use `envs/environment_3.9.yml`.

The line `./build_jars.sh` will generate the necessary `jar` files to bind Python with the code that runs in the JVM. After building, a ``.tar.gz`` file will be generated under `dist` and can be used to install mOWL.

Expand Down
10 changes: 4 additions & 6 deletions docs/source/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ mOWL runs on Linux and MAC OS X systems. The library has not been tested on Wind
System requirements
-------------------

- JDK version 8
- Python version 3.8
- JDK version 17
- Python version 3.8, 3.9, 3.10, 3.11
- Conda version >= 4.x.x


Expand All @@ -17,7 +17,7 @@ Python requirements

- Gensim >= 4.x.x
- PyTorch >= 1.12.x
- PyKEEN >= 1.9.x
- PyKEEN >= 1.10.1



Expand All @@ -35,7 +35,7 @@ Installation can be done with the following commands:
cd mowl
conda env create -f environment.yml
conda env create -f envs/environment_3_8.yml
conda activate mowl
./build_jars.sh
Expand All @@ -44,8 +44,6 @@ Installation can be done with the following commands:
Since mOWL needs to bind the Java Virtual Machine, the last line will generate the necessary ``.jar`` files.



Install from PyPi
------------------------------

Expand Down

0 comments on commit ce4055a

Please sign in to comment.