docs/tutorials/before-you-start.md
(before-start)=
Before you jump in to any tutorials, we recommend you do the following:
Read through an {ref}introduction to Jina concepts <architecture-overview> to understand the basic components that will be used in the tutorial.
We highly recommend you work in a virtual environment to prevent conflicts in packaging versions. This applies not just to Jina-serve, but Python as a whole.
For most purposes, you can install Jina-serve with:
pip install jina
For more installation options, see {ref}our installation guide <install>.
Jina-serve supports YAML in many circumstances for easier deployment. For more information, see our {ref}guide on coding in Python and YAML in Jina <python-yaml>.