Skip to content

Commit

Permalink
Merge pull request #2 from fabric-testbed/testing
Browse files Browse the repository at this point in the history
Updating documentation.
  • Loading branch information
cscarp authored Jan 31, 2023
2 parents 7e89b08 + 9fe42ac commit 855657b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ For more information about FABRIC vist [fabric-testbed.net](https://fabric-testb
[FABRIC Knowledge Base](https://learn.fabric-testbed.net/)

### MFLib Python Package Documentation
See [MFLib.pdf](https://github.com/fabric-testbed/mflib/MFLib.pdf) for package documentation.
See [MFLib.pdf](https://github.com/fabric-testbed/mflib/blob/main/MFLib.pdf) for package documentation.

## MFLib Installation
S

MFLib may be installed using pip.
MFLib may be installed using PIP and PyPI [fabrictestbed-mflib](https://pypi.org/fabrictestbed-mflib)
`pip install --user fabrictestbed-mflib`

### Installing via Source Code
Expand All @@ -25,9 +24,7 @@ git clone https://github.com/fabric-testbed/mflib.git
cd mflib
pip install --user .
```

## Building & Deploying

### Spinx Documentation
This package is documented using sphinx. The `source` directories are already created and populated with reStructuredText ( .rst ) files. The `build` directories are deleted and/or are not included in the repository,

Expand Down Expand Up @@ -57,7 +54,3 @@ First test the package by uploading to test.pypi.org then test the install.
`twine upload --repository-url https://test.pypi.org/legacy/ dist/*`
Once install is good, upload to PiPy
`twine upload dist/*`




0 comments on commit 855657b

Please sign in to comment.