mirror of
https://github.com/langchain-ai/deep_research_from_scratch.git
synced 2026-08-26 18:47:11 -04:00
[PR #8] Add virtual environment setup and activation scripts #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/deep_research_from_scratch/pull/8
Author: @Print-Dawit
Created: 10/5/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
d58d42cAdd virtual environment setup and activation scripts📊 Changes
100 files changed (+0 additions, -0 deletions)
View changed files
➕
.venv/Include/site/python3.12/greenlet/greenlet.h(+164 -0)➕
.venv/Lib/site-packages/IPython/__init__.py(+144 -0)➕
.venv/Lib/site-packages/IPython/__main__.py(+14 -0)➕
.venv/Lib/site-packages/IPython/core/__init__.py(+0 -0)➕
.venv/Lib/site-packages/IPython/core/alias.py(+268 -0)➕
.venv/Lib/site-packages/IPython/core/application.py(+492 -0)➕
.venv/Lib/site-packages/IPython/core/async_helpers.py(+155 -0)➕
.venv/Lib/site-packages/IPython/core/autocall.py(+70 -0)➕
.venv/Lib/site-packages/IPython/core/builtin_trap.py(+93 -0)➕
.venv/Lib/site-packages/IPython/core/compilerop.py(+192 -0)➕
.venv/Lib/site-packages/IPython/core/completer.py(+3672 -0)➕
.venv/Lib/site-packages/IPython/core/completerlib.py(+382 -0)➕
.venv/Lib/site-packages/IPython/core/crashhandler.py(+244 -0)➕
.venv/Lib/site-packages/IPython/core/debugger.py(+1250 -0)➕
.venv/Lib/site-packages/IPython/core/debugger_backport.py(+206 -0)➕
.venv/Lib/site-packages/IPython/core/display.py(+1266 -0)➕
.venv/Lib/site-packages/IPython/core/display_functions.py(+371 -0)➕
.venv/Lib/site-packages/IPython/core/display_trap.py(+74 -0)➕
.venv/Lib/site-packages/IPython/core/displayhook.py(+346 -0)➕
.venv/Lib/site-packages/IPython/core/displaypub.py(+183 -0)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.