<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pipenv on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/pipenv/</link><description>Recent content in Pipenv on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 20 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/pipenv/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 1: Initial Project Setup and Virtual Environment</title><link>https://ai-blog.noorshomelab.dev/chat-guide/chapter-1-initial-setup/</link><pubDate>Wed, 20 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/chat-guide/chapter-1-initial-setup/</guid><description>&lt;p&gt;The first step in any robust software project is to set up a clean and isolated development environment. This chapter will guide you through creating a new project directory and establishing a Python virtual environment to manage dependencies effectively.&lt;/p&gt;
&lt;h3 id="purpose-of-this-chapter"&gt;Purpose of this Chapter&lt;/h3&gt;
&lt;p&gt;By the end of this chapter, you will have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A dedicated project folder for your chat application.&lt;/li&gt;
&lt;li&gt;A Python virtual environment configured to keep project dependencies separate from your system-wide Python installation.&lt;/li&gt;
&lt;li&gt;Installed FastAPI and Uvicorn, the core components of our application.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="concepts-explained-virtual-environments"&gt;Concepts Explained: Virtual Environments&lt;/h3&gt;
&lt;p&gt;A virtual environment is a self-contained directory tree that contains a Python installation for a particular version of Python, plus a number of additional packages.&lt;/p&gt;</description></item></channel></rss>