Skip to content

Commit

Permalink
remove windows 10 install part
Browse files Browse the repository at this point in the history
  • Loading branch information
traveller59 committed Jun 18, 2020
1 parent 468b571 commit abf0acf
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Expand Up @@ -26,19 +26,7 @@ This is a spatially sparse convolution library like [SparseConvNet](https://gith

4. Run ```cd ./dist```, use pip to install generated whl file.

## Install on Windows 10 with CUDA 10 and python 3.6 (python 3.7 may have problem, see [this](https://github.com/pytorch/pytorch/issues/17233))

Since install newest driver and CUDA is very simple on windows, please use CUDA 10 on windows.

0. Install Visual Studio 2017. Use ```git clone xxx.git --recursive``` to clone this repo.

1. Download compressed files from boost official website and copy headers (i.e. boost_1_69/boost) to spconv/include.

2. Download and install cmake >= 3.13.2, select add cmake to User or System PATH.

3. Ensure you have installed pytorch 1.0 in your environment, run ```python setup.py bdist_wheel``` (don't use ```python setup.py install```).

4. Run ```cd ./dist```, use pip to install generated whl file.
## Install on Windows 10 (Not supported for now)

## Compare with SparseConvNet

Expand Down

1 comment on commit abf0acf

@thinhngo-x
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there! I'm trying to install spconv on Windows but found out that you had removed the installation instructions for windows. Anw, please let me know why you decided to remove it? Thanks

Please sign in to comment.