We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could make a conda install for the whole package now that cadquery is on pip and the environment can be resolved.
curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-x86_64.sh bash Miniforge-pypy3-Linux-x86_64.sh conda create --name openmc_0.13.3 python=3.10 conda activate openmc_0.13.3 conda install -c conda-forge openmc=0.13.3 pip install openmc_data download_nndc -r b8.0 download_nndc_chain -r b8.0 echo 'export OPENMC_CHAIN_FILE=/home/jshimwell/chain-nndc-b8.0.xml' >> ~/.bashrc echo 'export OPENMC_CROSS_SECTIONS=/home/jshimwell/nndc-b8.0-hdf5/endfb-viii.0-hdf5/cross_sections.xml' >> ~/.bashrc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
could make a conda install for the whole package now that cadquery is on pip and the environment can be resolved.
The text was updated successfully, but these errors were encountered: