# জ্যাংগো ইন্সটল

জ্যাঙ্গো ইন্সটল করা অন্যান্য পাইথন প্যাকেজ ইন্সটল করার মতই সহজ, কমান্ডপ্রম্পট বা টার্মিনালে ভার্চুয়াল এনভায়র্নমেন্ট একটিভ করে নিন। তারপর pip install django কমান্ড এন্টার করুন! জ্যাঙ্গোর স্ট্যাবল ভার্শন আপনার ভার্চুয়াল এনভায়র্নমেন্টে ইন্সটল হয়ে যাবে।

> ইন্টারনেট কানেকশন ঠিক আছে কিনা চেক করে নিন!

ভার্শন চেক করতে প্রথম কমান্ড প্রম্পট বা টার্মিনালে পাইথন চালু করুন, এর পর জ্যাঙ্গো ইম্পোর্ট করুন import django যদি কোন ইরর দেখায় তাহলে বুঝতে হবে জ্যাঙ্গো ঠিকভাবে ইন্সটল হয়নি। ইরর না দেখালে এটা লিখে এন্টার চাপুন `django.__version__` আপনার জ্যাঙ্গো ভার্শন নাম্বার দেখতে পারবেন।

![](https://i.imgur.com/ywS7uEX.png)

জ্যাঙ্গো সঠিকভাবে ইন্সটল হয়ে গেলে আমরা আমাদের প্রথম প্রোজেক্ট শুরু করতে পারি...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://django.howtocode.dev/django_install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
