Skip to content

alisterde/impact_of_amplitude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create the new enviroment

virtualenv electrochemistry_env

or

python3 -m venv electrochemistry_env

Activate the environment

Mac OS / Linux

source electrochemistry_env/bin/activate #Windows electrochemistry_env\Scripts\activate

Finally install the requirement

pip install -e .

you may need to use the following on apple silicon

arch -arm64 brew install llvm@11 LLVM_CONFIG="/opt/homebrew/Cellar/llvm@11/11.1.0_4/bin/llvm-config" arch -arm64 pip install llvmlite

and

brew install pyqt@5 '''

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages