Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed CircleCI.  Added SimpleITKUtilities reference. Changed pip to use requirements.txt.
  • Loading branch information
dave3d committed Jun 30, 2023
1 parent 9ce1075 commit 0f52212
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
@@ -1,7 +1,6 @@
dicom2stl
=========

[![CircleCI](https://circleci.com/gh/dave3d/dicom2stl.svg?style=svg)](https://circleci.com/gh/dave3d/dicom2stl)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dave3d/dicom2stl/main?filepath=examples%2FIsosurface.ipynb)
![Python application](https://github.com/dave3d/dicom2stl/workflows/Python%20application/badge.svg)

Expand All @@ -16,10 +15,10 @@ dchen@mail.nih.gov It is covered by the Apache License, Version 2.0:
Getting Started
===============
The script is written in Python and uses 3 external packages, [SimpleITK](https://simpleitk.readthedocs.io/en/master/), [VTK](https://vtk.org), and [pydicom](https://pydicom.github.io/).
The script is written in Python and uses 4 external packages, [SimpleITK](https://simpleitk.readthedocs.io/en/master/), [SimpleITKUtilities](https://github.com/SimpleITK/SimpleITKUtilities), [VTK](https://vtk.org), and [pydicom](https://pydicom.github.io/).

The dependencies can be installed using `pip`:
> pip install SimpleITK vtk pydicom
> pip install -r requirements.txt
The options for the main script, **dicom2stl.py**, can be seen by running it:
> python dicom2stl.py --help
Expand Down

0 comments on commit 0f52212

Please sign in to comment.