Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkumarshrestha committed Mar 7, 2024
1 parent f08f6bb commit 4b52c8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# HeNN eLibrary Deployments

## Setup
## 👋 hello

This is a database of eLibrary deployments done under [Help Nepal Network](https://helpnepal.net/) in different parts of Nepal.

With the goal of Help Nepal Network to provide support in the sectors of health and education in rural Nepal, it is running an e-library project with the slogan **“One e-library per district”**.

E-library or electronic library is an ambitious and innovative project launched by Help Nepal Network to offer computer facilities for the benefit of students and communities in all 75 districts of the country. This low-cost, low-maintenance model is highly suitable for rural Nepal. But most importantly, for the first time in their lives, the Help Nepal e-Library will allow beneficiaries to leverage modern information and communication technology (ICT) to enhance learning, build computer skills and narrow the digital divide.

## 💻 Setup

Create and activate virtual env

Expand All @@ -15,13 +23,17 @@ Install requirements
pip install -r requirements.txt
```

## Converting eLibrary csv to html and markdown
## 🔄 Converting eLibrary csv to html and markdown

```bash
cd scripts
python csv_to_table.py
```

## 🗒️ TODO

- [ ] Create script to auto populate geojson

## License

[MIT](LICENSE)
1 change: 0 additions & 1 deletion TODO

This file was deleted.

0 comments on commit 4b52c8b

Please sign in to comment.