From 56b65f31d1694a4d2bbea3923e1f6b601e051228 Mon Sep 17 00:00:00 2001 From: Yunzhu Li Date: Sun, 17 Nov 2019 04:58:37 -0500 Subject: [PATCH] update doc --- PyFleX | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PyFleX b/PyFleX index 0df83bf..da14c12 160000 --- a/PyFleX +++ b/PyFleX @@ -1 +1 @@ -Subproject commit 0df83bf3332126c6283a774d09d4a23c9b18c9c5 +Subproject commit da14c124935e0255902c614564b2ff37dcaa96f0 diff --git a/README.md b/README.md index fa224f9..93654ba 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using Ubuntu 16.04 LTS and CUDA 9.1, you can use the following comman cd PyFleX/bindings; mkdir build; cd build; cmake ..; make -j -If you are using **other versions** of Ubuntu or CUDA, we provide the pre-built Docker image and Dockerfile for compiling PyFleX. Please refer to our [Docker](https://github.com/YunzhuLi/PyFleX/blob/master/bindings/docs/docker.md) page. Note that you do not have to reclone PyFleX again as it has been included as a submodule of DPI-Net. +If you are using **newer versions** of Ubuntu or CUDA, we provide the pre-built Docker image and Dockerfile for compiling PyFleX. After compilation, you will be able to use PyFleX outside docker. Please refer to our [Docker](https://github.com/YunzhuLi/PyFleX/blob/master/bindings/docs/docker.md) page. Note that you do not have to reclone PyFleX again as it has been included as a submodule of DPI-Net. ### Test PyFleX examples