Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 927 Bytes

JoinProject.md

File metadata and controls

35 lines (31 loc) · 927 Bytes

Jarvis Engine

Jarvis engine is an AI Engine for complex processing, parallel processing, and even linking with game engines.

How to install Jarvis engine

To install Jarvis engine, please follow the steps below. Note that Anaconda is required to install Jarvis engine.

  1. Create new environment in conda. Then activate the environment.
conda create -n JE python=3.9
conda activate JE
  1. Install poetry in conda.
conda install poetry -c conda-forge
  1. Clone the repository into your computer.
git clone https://github.com/Geson-anko/JarvisEngine.git
  1. Change directory to JarvisEngine. Then switch to dev branch.
cd JarvisEngine
git checkout dev
  1. Run install command with poetry.
poetry install

Validation

By running 'TestEngineProject', You can confirm complete installation of Jarvis Engine.

python -m JarvisEngine run -d TestEngineProject