mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
Considerable cleanup of installation docs
This commit is contained in:
parent
68efca1e82
commit
152eaa3f95
38 changed files with 2660 additions and 739 deletions
|
|
@ -110,7 +110,7 @@ Try to avoid doing so.
|
|||
distributions (notably Ubuntu 16.04 LTS). Zope is a dependency of Twisted. The error manifests in
|
||||
the server not starting with an error that `zope.interface` is not found even though `pip list`
|
||||
shows it's installed. The reason is a missing empty `__init__.py` file at the root of the zope
|
||||
package. If the virtualenv is named "evenv" as suggested in the [Setup Quickstart](../Setup/Setup-Quickstart.md)
|
||||
package. If the virtualenv is named "evenv" as suggested in the [Setup Quickstart](../Setup/Installation.md)
|
||||
instructions, use the following command to fix it:
|
||||
|
||||
```shell
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
Fortunately, it's extremely easy to keep your Evennia server up-to-date. If you haven't already, see
|
||||
the [Getting Started guide](../Setup/Setup-Quickstart.md) and get everything running.
|
||||
the [Getting Started guide](../Setup/Installation.md) and get everything running.
|
||||
|
||||
## Updating with the latest Evennia code changes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue