EmbedAI icon indicating copy to clipboard operation
EmbedAI copied to clipboard

Server install pre-requisites on Ubuntu

Open prasad83 opened this issue 2 years ago • 1 comments

I had to get development deps setup before requirements.

apt install python3-dev make g++
pip install wheel
pip install -r requirements.txt

prasad83 avatar Jun 07 '23 05:06 prasad83

All needed is the right versions of NodeJS, PIP. Along with the tools so you can import and the built tools.

curl -sL https://deb.nodesource.com/setup_18.x | bash -
apt install -y git nodejs python3 build-essential python3-dev  pandoc
curl https://bootstrap.pypa.io/get-pip.py | python3
pip3 install html2text

RattyDAVE avatar Jun 07 '23 06:06 RattyDAVE