-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpm.html
More file actions
28 lines (28 loc) · 1.38 KB
/
Copy pathpm.html
File metadata and controls
28 lines (28 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<title>ShredMod Homepage</title>
<link rel="stylesheet" href = "main.css">
</head>
<body>
<div class="nav">
<button><a class="navs" href="/">Home</a></button>
<button><a class="navs" href="https://shredmod.is-an.app">Create</a></button>
<button><a class="navs" href="/about.html">About</a></button>
<button><a class="navs" href="https://shredmod.github.io/extensions/">Extensions</a></button>
<button><a class="navs" href="/pm.html">Packages</a></button>
<button><a class="navs" href="https://shredmod.github.io/scratch-vm/">Packager</a></button>
<button><a class="navs" href="https://shredprojectserver.themadpunter.repl.co/">Projects</a></button>
</div>
<div class="main">
<h1>Package Manager</h1>
<p>
ShredMod Package Manager is a package manager designed to be used with Sheeptester or TurboWarp.
Shred Package Manager is a Python3 program designed to be used with python3 -m. The link to download
it can be found below:<br>
<a href="https://github.com/familycomicsstudios/ShredPackageManager">Download on Github</a><br>
To install this program from Python, use the command:<br>
python3 -m pip install shpm-themadpunter<br>
</p>
</div>
</body>
</html>