Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 649 Bytes

install.rst

File metadata and controls

33 lines (19 loc) · 649 Bytes

Installation

Using pip

python -m pip install feature-encoders

From source

To install feature_encoders from source, first clone the source repository:

git clone https://github.com/hebes-io/feature-encoders.git
cd feature-encoders

Next, you can also install all dependencies using the requirements.txt file in the root of this repository:

python -m pip install -r requirements.txt

Once the dependencies are installed (stay inside of the feature-encoders directory), execute:

python -m pip install .