Skip to content

Commit ffa276d

Browse files
committed
[Project] Readme minor fixes
1 parent a961505 commit ffa276d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,21 @@ prototyping algorithms on a local computer for later running on a powerful serve
6060
## Installation
6161

6262
If you running OS **Ubuntu 20.04** or higher you can download the official
63-
PyPI **pycubool** python package, which includes compiled CPP library source
64-
with Cuda and Sequential computations supports. Installation process
65-
requires only `python3` to be installed on your machine.
63+
PyPI **pycubool** python package, which includes compiled library source
64+
with Cuda and Sequential computations support. Installation process
65+
requires only `python3` to be installed on your machine. Python can be installed
66+
as follows [link](https://phoenixnap.com/kb/how-to-install-python-3-ubuntu).
67+
68+
If all requirements satisfied, run the following command to install PyPI package:
69+
```shell script
70+
$ python3 -m pip install -i https://test.pypi.org/simple/ pycubool
71+
```
6672

6773
## Getting Started
6874

75+
This section gives instructions to build the library from sources.
76+
These steps are required if you want to build library for your specific platform with custom build settings.
77+
6978
### Requirements
7079

7180
- Linux Ubuntu (tested on 20.04)

0 commit comments

Comments
 (0)