Skip to content

youlseol/morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Prerequired

  • python3 (mac)
  • brew install pipx
  • brew install ffmpeg

1.1 Create virtual environment

pipx install poetry

1.2 poetry and toml file references url

https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ https://python-poetry.org/docs/pyproject/

2. Run virtual environment

poetry shell

3. crewAI installing with packages

poetry install

3.1 Add dependancy packages and update

poetry update

3.2 shell exit

exit

4. Run

python3 main.py

5. Remove virtual environment

poetry env info --path
rm -rf $(poetry env info --path)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages