Skip to content

Commit 4c6df0a

Browse files
updated readme
1 parent e77274a commit 4c6df0a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ Currently, DeepDRR is in the process of being upgraded with new features and an
1515

1616
1. Install CUDA 8.0 or higher.
1717
2. Ensure that a C compiler is on your `PATH`.
18-
3. Install from source below.
18+
3. Install with one of the following options.
1919

2020
#### `pip`
2121

22-
Direct `pip` installation is forthcoming. Currently, `pip` can be used to install version 1.0 from source.
22+
```
23+
pip install deepdrr==1.0.0a1
24+
```
2325

2426
#### From source
2527

26-
Download the latest release at https://github.com/arcadelab/DeepDRR/releases/ and install an editable copy from pip. It is probably preferable to use a virtual environment for this.
28+
Clone this branch or download the latest pre-release at https://github.com/arcadelab/DeepDRR/releases/ and install an editable copy from pip. It is probably preferable to use a virtual environment for this.
2729
```bash
2830
pip install -e /path/to/DeepDRR
2931
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='deepdrr',
8-
version='1.0.0-alpha.0.1',
8+
version='1.0.0-alpha.1',
99
author='Benjamin D. Killeen',
1010
author_email='killeen@jhu.edu',
1111
description='A Catalyst for Machine Learning in Fluoroscopy-guided Procedures.',

0 commit comments

Comments
 (0)