Metadata-Version: 2.1
Name: ocp-practice-gu
Version: 0.0.1
Summary: Quick start for ocp-catalysis
Home-page: https://github.com/GuGroup/ocp-practice-gu
Author: Geun Ho Gu
Author-email: googhgoo@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# ocp-practice-gu
## Install
- Download and install miniforge https://github.com/conda-forge/miniforge/releases/ (Miniforge3-24.11.0-1-Windows-x86_64.exe)
- Download CatEnv.yml
- Click search and open "Miniforge Prompt"
- Go to the path of CatEnv.yml by using cd command
- Type and enter "mamba env create -f CatEnv.yml"
- Follow the instruction and you are all set!

