File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,12 +60,21 @@ prototyping algorithms on a local computer for later running on a powerful serve
6060## Installation
6161
6262If 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)
You can’t perform that action at this time.
0 commit comments