/esm2_whl

Install ESM2 as renamed 'esm2'

esm2_whl

Install ESM2 as renamed 'esm2'

Explanation

Both ESM2 and ESM3 installing with the name 'esm'. In order to install them in the same environment, I modified the ESM2 wheel file.

How to install

1. Install the ESM3 following official recommendation. 2. pip install .\esm2-2.0.0-py3-none-any.whl # to install ESM2

How to use

import esm # ESM3 import esm2 # ESM2