Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 4e75321

Browse files
authored
Fix README (#39)
1 parent e5a6193 commit 4e75321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Building SilkRPC daemon requires
2929
* [CMake](http://cmake.org) >= 3.18.4
3030
* [GMP](http://gmplib.org) (`sudo apt-get install libgmp3-dev` or `brew install gmp`)
3131
* [gperftools](https://github.com/gperftools/gperftools) (`sudo apt-get install google-perftools libgoogle-perftools-dev`)
32-
* [Cpplint] (https://github.com/cpplint/cpplint) (`pip3 install cpplint`)
32+
* [Cpplint](https://github.com/cpplint/cpplint) (`pip3 install cpplint`)
33+
* [Pylint](https://github.com/PyCQA/pylint) (`pip3 install pylint`)
3334

3435
Once the prerequisites are installed and assuming your [GCC](https://www.gnu.org/software/gcc/) compiler available as `gcc` and `g++` at the command line prompt is at least 10.2.0, bootstrap cmake by running
3536
```

0 commit comments

Comments
 (0)