# Writing a Simple Operating System
## 下载
### Docker
```
docker pull apachecn0/writing-a-simple-operating-system
docker run -tid -p <port>:80 apachecn0/writing-a-simple-operating-system
# 访问 http://localhost:{port} 查看文档
```
### PYPI
```
pip install writing-a-simple-operating-system
writing-a-simple-operating-system <port>
# 访问 http://localhost:{port} 查看文档
```
### NPM
```
npm install -g writing-a-simple-operating-system
writing-a-simple-operating-system <port>
# 访问 http://localhost:{port} 查看文档
```
Raw data
{
"_id": null,
"home_page": "https://github.com/apachecn/writing-a-simple-operating-system",
"name": "writing-a-simple-operating-system",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "ApacheCN",
"author_email": "apachecn@163.com",
"download_url": "https://files.pythonhosted.org/packages/c7/66/953970cff5060f985beaa9477a8e5fa07532b172d118af91b8a6f034a928/writing-a-simple-operating-system-2024.3.2.0.tar.gz",
"platform": null,
"description": "# Writing a Simple Operating System\r\n\r\n## \u4e0b\u8f7d\r\n\r\n### Docker\r\n\r\n```\r\ndocker pull apachecn0/writing-a-simple-operating-system\r\ndocker run -tid -p <port>:80 apachecn0/writing-a-simple-operating-system\r\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\r\n```\r\n\r\n### PYPI\r\n\r\n```\r\npip install writing-a-simple-operating-system\r\nwriting-a-simple-operating-system <port>\r\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\r\n```\r\n\r\n### NPM\r\n\r\n```\r\nnpm install -g writing-a-simple-operating-system\r\nwriting-a-simple-operating-system <port>\r\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\r\n```\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Writing a Simple Operating System",
"version": "2024.3.2.0",
"project_urls": {
"Homepage": "https://github.com/apachecn/writing-a-simple-operating-system"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7e6e091512378f5de095439e4753124f553431d6e8438e3603e34843101f140b",
"md5": "a7128ea8115054c27df20b9766068137",
"sha256": "bf78b1b4ca6552dc3aeb6dbd46bc7bf972f2d4c51b69a39ed838d700f0ab36d9"
},
"downloads": -1,
"filename": "writing_a_simple_operating_system-2024.3.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a7128ea8115054c27df20b9766068137",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 751044,
"upload_time": "2024-03-01T23:53:02",
"upload_time_iso_8601": "2024-03-01T23:53:02.877210Z",
"url": "https://files.pythonhosted.org/packages/7e/6e/091512378f5de095439e4753124f553431d6e8438e3603e34843101f140b/writing_a_simple_operating_system-2024.3.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c766953970cff5060f985beaa9477a8e5fa07532b172d118af91b8a6f034a928",
"md5": "fc2568144c346e29ead128f4a0fac71f",
"sha256": "32a8212a22eb8664ee5521742417a7e8008975369f3afd0feef6672a212ce20b"
},
"downloads": -1,
"filename": "writing-a-simple-operating-system-2024.3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "fc2568144c346e29ead128f4a0fac71f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 750925,
"upload_time": "2024-03-01T23:53:06",
"upload_time_iso_8601": "2024-03-01T23:53:06.200329Z",
"url": "https://files.pythonhosted.org/packages/c7/66/953970cff5060f985beaa9477a8e5fa07532b172d118af91b8a6f034a928/writing-a-simple-operating-system-2024.3.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-01 23:53:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "apachecn",
"github_project": "writing-a-simple-operating-system",
"github_not_found": true,
"lcname": "writing-a-simple-operating-system"
}