mirror of
https://github.com/Relintai/MLPP.git
synced 2024-11-12 10:15:01 +01:00
Update README.md
This commit is contained in:
parent
47b9c5f266
commit
b4eb01597f
@ -8,7 +8,7 @@ Machine learning is a vast and exiciting discipline, garnering attention from sp
|
||||
</p>
|
||||
|
||||
## Installation
|
||||
Begin by downloading the header files for the ML++ library. You can do this by cloning the repository into a local directory and extracting the MLPP directory within it, as well as the "MLPP.so" file.
|
||||
Begin by downloading the header files for the ML++ library. You can do this by cloning the repository and extracting the MLPP directory within it, as well as the "MLPP.so" file.
|
||||
```
|
||||
git clone https://github.com/novak-99/MLPP
|
||||
```
|
||||
@ -20,7 +20,7 @@ int main(){
|
||||
...
|
||||
}
|
||||
```
|
||||
Finally, after you have concluded writing your file, compile it using g++. Be sure to have the MLPP.so file in a local directory.
|
||||
Finally, after you have concluded creating a project, compile it using g++. Be sure to store the MLPP.so file in a local directory.
|
||||
```
|
||||
g++ main.cpp MLPP.so --std=c++17
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user