diff options
| author | Bobby <[email protected]> | 2022-11-05 06:44:46 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 06:44:46 -0400 |
| commit | 45796190a3646c847db8090be20769fef44e4f42 (patch) | |
| tree | 7d49a3bc6368decba63b911765fd7a90d354eef8 | |
| parent | 7929092f6db4aca77d54a0f5ce3bc0b4386c851f (diff) | |
| download | texty-45796190a3646c847db8090be20769fef44e4f42.tar.xz texty-45796190a3646c847db8090be20769fef44e4f42.zip | |
refactor: update readme
| -rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -27,7 +27,7 @@ You should start by [forking this repository](https://github.com/luciferreeves/t > **Note**: You must be working in a virtual environment. If you don't know what that is, you can read more about it [here](https://docs.python.org/3/tutorial/venv.html). To create a virtual environment, run the following command: - python -m venv env + python -m venv .venv This will create a virtual environment named `env`. This environment will be used to install the project's dependencies and will be ignored by Git. To activate the environment, run the following command: @@ -113,7 +113,4 @@ The maintainers in the `maintainers.yml` file are listed in the following format > **Note**: Please do not edit the `README.md` file directly. Instead, edit the `maintainers.yml` file and run the `commit.sh` script to generate the `README.md` file. -<!-- maintainers --> -- [Bobby](luciferreeves) - [https://thatcomputerscientist.com](https://thatcomputerscientist.com) - - +<!-- maintainers -->
- [Bobby](luciferreeves) - [https://thatcomputerscientist.com](https://thatcomputerscientist.com)

\ No newline at end of file |
