phys-hust / cem

Computational Electromagnetics
MIT License
5 stars 1 forks source link

cem

Computational Electromagnetics

Setup the development environment

  1. Create a conda environment: conda create --name cem python=3.7
  2. Activate the conda environment: conda activate cem
  3. Install pytest: conda install pytest
  4. Install yapf: conda install yapf
  5. Setup package for development: pip install -e .