diff --git a/README.md b/README.md
index 75df0c7..4ca6077 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
🐍 Python library for accessing the Nova API
## Usage ##
-Install the module (This requires Cargo)
+Install the module
```sh
$ pip install nova-python
```
@@ -87,9 +87,6 @@ content = reponse.get_message_content()
*Happy prompting!*
## FAQ ##
-**Q:** I get an error when installing the package
-**A:** Make you sure, that you have Cargo installed
-
**Q**: I keep getting `RuntimeError: error sending request for url (https://api.nova-oss.com/v1/moderations): operation timed out`
**A**: Try passing a higher value than 30 as `seconds_until_timeout` to `make_request`