Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 705 Bytes

install.rst

File metadata and controls

29 lines (21 loc) · 705 Bytes

Installation

It is recommended to use pip for installation. Please make sure the latest version is installed, as pyengnet is updated frequently:

pip install pyengnet            # normal install
pip install --upgrade pyengnet  # or update if needed
pip install --pre pyengnet      # or include pre-release version for new features

Alternatively, you could clone and run setup.py file:

git clone https://github.com/aureliolfdez/pyEnGNet.git
pip install .

Required Dependencies:

  • Python>=3.10
  • numpy>=1.24.0
  • tqdm>=4.64.0
  • multiprocess>=0.70.14
  • pandas>=1.5.3
  • matplotlib>=3.6.3
  • networkx>=3.0
  • scipy>=1.10.0