Skip to content

Commit 1dd2005

Browse files
committed
updated README.md
1 parent b2143e8 commit 1dd2005

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ The tweak is required in the initial `FF3Cipher` constructor, but can optionally
169169

170170
## Developer Installation
171171

172+
Use `python -m build` to build the project.
173+
172174
To install the development version:
173175

174176
```bash
@@ -177,11 +179,7 @@ cd python-fpe
177179
pip3 install --editable .
178180
```
179181

180-
Before contributing any pull requests, you will need to first fork this repository and change the remote origin to reflect your fork:
181-
182-
```bash
183-
git remote set-url origin git@github.com:YOUR-GITHUB-USERNAME/python-fpe.git
184-
```
182+
Before contributing any pull requests, you will need to first fork this repository.
185183

186184
## Author
187185

0 commit comments

Comments
 (0)