Skip to content

Adding a new requirement

Rudrakshi edited this page Dec 3, 2022 · 1 revision

Frontend Config

Update package.json file

If you have installed a new dependency, then use this command to add it.

Using npm

npm install <package-name> --save-dev

Using yarn

yarn install <package-name> --save-dev

Backend Config

Update requirements file

If you have installed a new dependency, the pip freeze command lists the third-party packages and versions installed in the environment.

Windows

pip freeze > requirements.txt

Linux

pip3 freeze > requirements.txt

Screenshot from 2022-11-18 17-17-42

Getting Started

Config for requirements

UNESCO India-Africa Hackathon 2022 Journey

Clone this wiki locally