Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwea123 authored Apr 30, 2020
1 parent 118559f commit 2e0cffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Reference pytorch implementation: [nerf-pytorch](https://github.com/yenchenlin/n
## Software

* Clone this repo by `git clone --recursive https://github.com/kwea123/nerf_pl`
* Python 3.8 (installation via [anaconda](https://www.anaconda.com/distribution/) is recommended, use `conda create -n nerf_pl python=3.8` to create a conda environment and activate it by `conda activate nerf_pl`)
* Python>=3.6 (installation via [anaconda](https://www.anaconda.com/distribution/) is recommended, use `conda create -n nerf_pl python=3.6` to create a conda environment and activate it by `conda activate nerf_pl`)
* Python libraries
* Install core requirements by `pip install -r requirements.txt`
* Install `torchsearchsorted` by `cd torchsearchsorted` then `pip install .`
Expand Down

0 comments on commit 2e0cffb

Please sign in to comment.