- Start uvicorn server with
uvicorn server:app --reload
- Start mongo database
sudo docker-compose up mongo
- Linux/MacOS Users:
- Manually download swig3.0.12 via sourceforce
- Extract the zipped download folder
- Run the following via terminal:
Downloads/swig-3.0.12/configure && make && make install
- Run:
pip install jamspell
- Windows Users:
- Manually download swig3 via sourceforge
- Extract the zipped download folder to the local disk folder
- Set the environment variable in MY COMPUTER.
- Create new variable in the "Path" line with the saved path to the unzipped folder
- Reboot PC
- Check in cmd swig version