Skip to content

Developers wiki

Kohei Noda edited this page Feb 19, 2024 · 2 revisions

Information for developers

Development environment setup

  1. Fork this repository
    https://github.com/RQC-HU/dcaspt2_input_generator/fork
  2. Clone the forked repository to your local machine
    git clone https://github.com/your_github_name/dcaspt2_input_generator.git
  3. Install dcaspt2_input_generator to your local machine with the dev parameter
    cd dcaspt2_input_generator && pip install -e .[dev]
  4. Following the above steps, dcaspt2_input_generator will start using the local source code you cloned!
Clone this wiki locally