create requirement.txt for the project #9
-
create a requirement.txt file for the project |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Anash, great to have you here, we are currently working on and tomorrow we will provide for both projects sec-parser (for quality data) and sec-ai:
|
Beta Was this translation helpful? Give feedback.
-
Hello and welcome to the project! 🎉 We're thrilled you're interested in contributing. We use Poetry for managing dependencies, which makes setting up the project smooth and easy. Quick Steps to Get Started:
We're in the process of creating more comprehensive Welcome Guides as part of this ongoing task. Stay tuned for more! Feel free to reach out with any questions. Happy coding! 🌟 |
Beta Was this translation helpful? Give feedback.
Hello and welcome to the project! 🎉 We're thrilled you're interested in contributing.
We use Poetry for managing dependencies, which makes setting up the project smooth and easy.
Quick Steps to Get Started:
Install Poetry: If you haven't installed it yet, follow the instructions on this GitHub page.
Install Project Dependencies: Once Poetry is installed, navigate to the project directory where
pyproject.toml
is located and runpoetry install
.Activate Virtual Environment: Run
poetry shell
to activate the project's virtual environment.We're in the process of creating more comprehensive Welcome Guides as part of this ongoing task. Stay tuned for more!
Feel free to reach out with an…