You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="assets/img/demo.mp4" width = "80%" alt = "Video demonstration"/>
47
+
</p>
48
+
49
+
<!-- GETTING STARTED -->
39
50
## Getting Started
40
51
41
52
### Prerequisites
42
53
43
-
Before attempting to build this project, make sure you have [Nix](https://nixos.org/download.html) with [Flake](https://nixos.wiki/wiki/Flakes) support installed on your machine.
54
+
Before attempting to build this project, make sure you have [direnv](https://direnv.net/) and [Nix](https://nixos.org/download.html) with [Flake](https://nixos.wiki/wiki/Flakes) support installed on your machine.
44
55
45
56
### Installation
46
57
47
58
To get a local copy of the project up and running on your machine, follow these simple steps:
Otherwise, you can use `nix-shell` to enter the environment:
57
76
58
77
```sh
59
78
nix-shell --max-jobs $(nproc)# Linux / Windows (WSL)
@@ -62,12 +81,11 @@ To get a local copy of the project up and running on your machine, follow these
62
81
63
82
3. Run the project
64
83
65
-
```sh
66
-
just run <package_name>
67
-
```
84
+
```sh
85
+
just run <package_name>
86
+
```
68
87
69
88
<!-- PROJECT FILE STRUCTURE -->
70
-
71
89
## Project Structure
72
90
73
91
```sh
@@ -86,7 +104,7 @@ modern_python/
86
104
87
105
## License
88
106
89
-
The source code for [Kaweees/modern_python](https://github.com/Kaweees/modern_python) is distributed under the terms of the MIT License, as I firmly believe that collaborating on free and open-source software fosters innovations that mutually and equitably beneficial to both collaborators and users alike. See [`LICENSE`](./LICENSE) for details and more information.
107
+
The source code for [Kaweees/modern_python](https://github.com/Kaweees/modern_python) is distributed under the terms of the GNU General Public License v3.0, as I firmly believe that collaborating on free and open-source software fosters innovations that mutually and equitably beneficial to both collaborators and users alike. See [`LICENSE`](./LICENSE) for details and more information.
0 commit comments