Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 565 Bytes

File metadata and controls

39 lines (29 loc) · 565 Bytes

Elastisearch

mofa

git clone https://github.com/moxin-org/mofa.git
conda cerate -n py310 python=3.10.12 -y
cd mofa/python
pip install -r requirements.txt (if this command report error, never mind it
pip install -e .
python -V
python -c "import mofa" && echo "mofa install successfully"

moly

python env

cargo

dora

Fedora

sudo dnf install cargo rustup dora-cli
cargo install dora-rs
pip install dora-cli

arch

sudo pacman -S  cargo rustup dora-cli
cargo install dora-rs
pip install dora-cli

fastAPI