- create a virtual environment
python -m venv .venv
- activate the environment
source .venv/bin/activate
(linux).venv\Scripts\Activate
(windows) - update pip
python -m pip install --upgrade pip
- install requirements
pip install -r requirements.txt
forked from CS-ISE-Project/back-end
-
Notifications
You must be signed in to change notification settings - Fork 0
BrouthenKamel/article-harbour-back-end
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ArticleHarbor: Scientific Articles Search Web Application Using Elastic Search
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.2%
- Other 0.8%