File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed 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
60
60
## Installation
61
61
62
62
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
+ ```
66
72
67
73
## Getting Started
68
74
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
+
69
78
### Requirements
70
79
71
80
- Linux Ubuntu (tested on 20.04)
You can’t perform that action at this time.
0 commit comments