Update README.md

This commit is contained in:
marc 2021-05-28 22:54:17 -07:00 committed by GitHub
parent 47b9c5f266
commit b4eb01597f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```