lmizrahi / etas

calibrate ETAS, simulate using ETAS, estimate completeness magnitude & magnitude frequency distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install etas package

hanzp-create opened this issue · comments

Why can't my python3.8 install the etas package? What is the name of the specific package? Thanks!

hi! it's actually not a package yet. so you would have to clone the repository using git clone https://github.com/lmizrahi/etas.git and then install it by navigating into the repository (cd etas/) and doing pip install -e .

ok. thanks a lot for the tip!