mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Remove tox.ini for now, update install instructions
This commit is contained in:
parent
3d32f57c6f
commit
3955e901b4
3 changed files with 10 additions and 17 deletions
|
|
@ -1,7 +1,6 @@
|
|||
include CMakeLists.txt
|
||||
include LICENSE
|
||||
include schemas.xml
|
||||
include tox.ini
|
||||
include openmc/data/reconstruct.pyx
|
||||
include docs/source/_templates/layout.html
|
||||
include docs/sphinxext/LICENSE
|
||||
|
|
|
|||
|
|
@ -414,16 +414,19 @@ distributions.
|
|||
various HDF5 files, h5py is needed to provide access to data within these
|
||||
files from Python.
|
||||
|
||||
.. admonition:: Optional
|
||||
:class: note
|
||||
|
||||
`Matplotlib <http://matplotlib.org/>`_
|
||||
Matplotlib is used to providing plotting functionality in the API like the
|
||||
:meth:`Universe.plot` method and the :func:`openmc.plot_xs` function.
|
||||
|
||||
`uncertainties <https://pythonhosted.org/uncertainties/>`_
|
||||
Uncertainties are optionally used for decay data in the :mod:`openmc.data`
|
||||
module.
|
||||
Uncertainties are used for decay data in the :mod:`openmc.data` module.
|
||||
|
||||
`lxml <http://lxml.de/>`_
|
||||
lxml is used for the :ref:`scripts_validate` script and various other
|
||||
parts of the Python API.
|
||||
|
||||
.. admonition:: Optional
|
||||
:class: note
|
||||
|
||||
`Cython <http://cython.org/>`_
|
||||
Cython is used for resonance reconstruction for ENDF data converted to
|
||||
|
|
@ -437,8 +440,8 @@ distributions.
|
|||
The silomesh package is needed to convert voxel and track files to SILO
|
||||
format.
|
||||
|
||||
`lxml <http://lxml.de/>`_
|
||||
lxml is used for the :ref:`scripts_validate` script.
|
||||
`pytest <https://docs.pytest.org>`_
|
||||
The pytest framework is used for unit testing the Python API.
|
||||
|
||||
.. _usersguide_nxml:
|
||||
|
||||
|
|
|
|||
9
tox.ini
9
tox.ini
|
|
@ -1,9 +0,0 @@
|
|||
[tox]
|
||||
envlist = py{34,36}
|
||||
[testenv]
|
||||
commands = pytest tests/unit_tests
|
||||
deps =
|
||||
pytest
|
||||
numpy
|
||||
cython
|
||||
passenv = OPENMC_CROSS_SECTIONS
|
||||
Loading…
Add table
Add a link
Reference in a new issue