From e1a27cb4419c48a2561145aa58df955092f78174 Mon Sep 17 00:00:00 2001 From: Qinqing Liu Date: Fri, 19 Nov 2021 13:43:43 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1144b..af217cb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ cd .. ``` ### Set-up Enviroment -Install packages and compile the required tools, e.g. the java tool for generating surface points, the C++ code for octree, and the operation (convolution etc.) API that work with tensorflow. +Install packages and compile the required tools, e.g. the java tool for generating surface points, the C++ code for octree, and the operation (convolution etc.) API that work with tensorflow. (cmake/3.10.2, gcc/5.4.0, cuda/10.1) ```angular2 # compile java cd pdbbind/java