Skip to content

Commit 064a9f9

Browse files
committed
Readme updates - fix to toml spec.
1 parent a65b212 commit 064a9f9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,14 @@ will add an executable at `target/release/`.
165165

166166
#### Automatic Dependencies
167167

168-
* see [Cargo.toml](https://github.com/lcpp-org/RustBCA/blob/master/Cargo.toml) for a complete list.
168+
* see [Cargo.toml](https://github.com/lcpp-org/RustBCA/blob/master/Cargo.toml) for a complete list of required and optional dependencies managed by `cargo`.
169169

170170
#### Optional Dependencies
171171

172172
* [HDF5] libraries
173-
* [rcpr], a CPR and polynomial rootfinder, required for using attractive-repulsive interaction potentials such as Lennard-Jones or Morse.
174-
* For manipulating input files and running associated scripts, the following are required:
173+
* For manipulating input files and running associated scripts, the following are suggested:
175174
* [Python] 3.6+
176-
* The [Python] libraries: `numpy`, `matplotlib`, `toml` (must build from source), `shapely`, and `scipy`.
175+
* [Python] libraries: `numpy`, `matplotlib`, `toml`, `shapely`, and `scipy`.
177176

178177
### Detailed instructions for Ubuntu 18.04 LTS
179178

0 commit comments

Comments
 (0)